Rishabh2095 commited on
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
Files changed (1) hide show
  1. 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>=0.3.20,<0.4.0",
25
- "langchain-agentql>=1.0.0",
26
- "langchain-cerebras>=0.8.1,<0.8.2",
27
- "langchain-community>=0.3.17,<0.4.0",
28
- "langchain-core>=0.3.29,<0.4.0",
29
- "langchain-ollama>=0.3.0,<0.4.0",
30
- "langchain-openai>=0.3.4,<0.4.0",
31
  "langgraph-prebuilt",
32
- "langchain-tavily>=0.1.5,<0.2.0",
33
- "langchain-text-splitters>=0.3.0,<0.4.0",
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",