release(cli): 0.4.0 (#6014)

Relax upper-bound to permit server versions 0.4.*
This commit is contained in:
William FH
2025-08-26 12:59:12 +00:00
committed by GitHub
parent d73902ae76
commit ddf4e62bde
4 changed files with 261 additions and 261 deletions
+2 -2
View File
@@ -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",
]