Rishabh2095 commited on
Commit
4bf2da1
·
1 Parent(s): 5f75df2

Update `langgraph` dependency in `pyproject.toml` to remove version constraints for greater flexibility.

Browse files
Files changed (1) hide show
  1. pyproject.toml +1 -1
pyproject.toml CHANGED
@@ -31,7 +31,7 @@ dependencies = [
31
  "langchain-tavily>=0.1.5,<0.2.0",
32
  "langchain-text-splitters>=0.3.0,<0.4.0",
33
  "langfuse==3.6.1",
34
- "langgraph>=0.6.0,<1.0.0",
35
  "langgraph-checkpoint-mongodb>=0.2.2",
36
  "langgraph-runtime-inmem>=0.20.0,<0.21.0",
37
  "langgraph-sdk",
 
31
  "langchain-tavily>=0.1.5,<0.2.0",
32
  "langchain-text-splitters>=0.3.0,<0.4.0",
33
  "langfuse==3.6.1",
34
+ "langgraph",
35
  "langgraph-checkpoint-mongodb>=0.2.2",
36
  "langgraph-runtime-inmem>=0.20.0,<0.21.0",
37
  "langgraph-sdk",