Skip to content

Commit 3520c3e

Browse files
committed
uv add openai langchain-openai langgraph langchain-community langchain-text-splitters qdrant-client
1 parent 4abaa23 commit 3520c3e

File tree

2 files changed

+1648
-4
lines changed

2 files changed

+1648
-4
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,14 @@ description = "A GitHub template repository for Python"
55
readme = "README.md"
66
requires-python = ">=3.10"
77
dependencies = [
8+
"langchain-community>=0.3.27",
9+
"langchain-openai>=0.3.28",
10+
"langchain-text-splitters>=0.3.9",
11+
"langgraph>=0.6.2",
12+
"openai>=1.98.0",
813
"pydantic-settings>=2.9.1",
914
"python-dotenv>=1.1.0",
15+
"qdrant-client>=1.15.1",
1016
"typer>=0.16.0",
1117
]
1218

0 commit comments

Comments
 (0)