We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4abaa23 commit 3520c3eCopy full SHA for 3520c3e
pyproject.toml
@@ -5,8 +5,14 @@ description = "A GitHub template repository for Python"
5
readme = "README.md"
6
requires-python = ">=3.10"
7
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",
13
"pydantic-settings>=2.9.1",
14
"python-dotenv>=1.1.0",
15
+ "qdrant-client>=1.15.1",
16
"typer>=0.16.0",
17
]
18
0 commit comments