Commit ·
f5b0ef4
1
Parent(s): a427fe5
Update dependencies in `pyproject.toml` to include `agentql>=1.0.0` and upgrade `langchain` and related packages to their latest versions for improved compatibility and performance.
Browse files- pyproject.toml +9 -9
pyproject.toml
CHANGED
|
@@ -9,6 +9,7 @@ description = "This module can run an agent which is capable of running langgrap
|
|
| 9 |
readme = "README.md"
|
| 10 |
requires-python = ">=3.11"
|
| 11 |
dependencies = [
|
|
|
|
| 12 |
"aiofiles==24.1.0",
|
| 13 |
"aiohttp==3.12.15",
|
| 14 |
"beautifulsoup4==4.14.2",
|
|
@@ -21,16 +22,15 @@ dependencies = [
|
|
| 21 |
"html2text==2025.4.15",
|
| 22 |
"httpx==0.28.1",
|
| 23 |
"httpx-sse==0.4.1",
|
| 24 |
-
"langchain>=
|
| 25 |
-
"langchain-
|
| 26 |
-
"langchain-
|
| 27 |
-
"langchain-
|
| 28 |
-
"langchain-
|
| 29 |
-
"langchain-
|
| 30 |
-
"langchain-openai>=0.3.4,<0.4.0",
|
| 31 |
"langgraph-prebuilt",
|
| 32 |
-
"langchain-tavily>=0.1.5
|
| 33 |
-
"langchain-text-splitters>=
|
| 34 |
"langfuse==3.6.1",
|
| 35 |
"langgraph>=1.0.0",
|
| 36 |
"langgraph-checkpoint-mongodb>=0.2.2",
|
|
|
|
| 9 |
readme = "README.md"
|
| 10 |
requires-python = ">=3.11"
|
| 11 |
dependencies = [
|
| 12 |
+
"agentql>=1.0.0",
|
| 13 |
"aiofiles==24.1.0",
|
| 14 |
"aiohttp==3.12.15",
|
| 15 |
"beautifulsoup4==4.14.2",
|
|
|
|
| 22 |
"html2text==2025.4.15",
|
| 23 |
"httpx==0.28.1",
|
| 24 |
"httpx-sse==0.4.1",
|
| 25 |
+
"langchain>=1.0.0",
|
| 26 |
+
"langchain-cerebras>=0.8.1",
|
| 27 |
+
"langchain-community>=0.3.17",
|
| 28 |
+
"langchain-core>=1.0.0",
|
| 29 |
+
"langchain-ollama>=1.0.0",
|
| 30 |
+
"langchain-openai>=1.0.0",
|
|
|
|
| 31 |
"langgraph-prebuilt",
|
| 32 |
+
"langchain-tavily>=0.1.5",
|
| 33 |
+
"langchain-text-splitters>=1.0.0",
|
| 34 |
"langfuse==3.6.1",
|
| 35 |
"langgraph>=1.0.0",
|
| 36 |
"langgraph-checkpoint-mongodb>=0.2.2",
|