mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-27 12:04:58 +02:00
release(cli): 0.4.0 (#6014)
Relax upper-bound to permit server versions 0.4.*
This commit is contained in:
@@ -19,8 +19,8 @@ dependencies = [
|
||||
path = "langgraph_cli/__init__.py"
|
||||
[project.optional-dependencies]
|
||||
inmem = [
|
||||
"langgraph-api>=0.2.120,<0.4.0 ; python_version >= '3.11'",
|
||||
"langgraph-runtime-inmem>=0.6.8 ; python_version >= '3.11'",
|
||||
"langgraph-api>=0.3,<0.5.0 ; python_version >= '3.11'",
|
||||
"langgraph-runtime-inmem>=0.7 ; python_version >= '3.11'",
|
||||
"python-dotenv>=0.8.0",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user