-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
30 lines (28 loc) · 860 Bytes
/
pyproject.toml
File metadata and controls
30 lines (28 loc) · 860 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[project]
name = "langgraph-learning"
version = "0.1.0"
description = "I am making the files as I learn new concepts of langgraph"
authors = [
{name = "Devansh",email = "devansh.arctikcircle@gmail.com"}
]
readme = "README.md"
requires-python = ">=3.13,<3.14"
dependencies = [
"langgraph>=1.0.3,<2.0.0",
"langchain>=1.0.7,<2.0.0",
"langchain-openai>=1.0.3,<2.0.0",
"langchain-core>=1.0.5,<2.0.0",
"langchain-community>=0.4.1,<0.5.0",
"motor>=3.7.1,<4.0.0",
"pydantic>=2.12.4,<3.0.0",
"langgraph-checkpoint-mongodb>=0.2.2,<0.3.0",
"python-dotenv>=1.2.1,<2.0.0",
"pillow>=12.0.0,<13.0.0",
"langchain-tavily>=0.2.13,<0.3.0",
"wikipedia>=1.4.0,<2.0.0",
"flask>=3.0.0,<4.0.0",
"flask-cors>=4.0.0,<5.0.0"
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"