Skip to content

Commit af78f4b

Browse files
committed
release(cli): Expand bounds
1 parent 8b080a0 commit af78f4b

File tree

4 files changed

+673
-467
lines changed

4 files changed

+673
-467
lines changed

libs/cli/langgraph_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.6"
1+
__version__ = "0.4.7"

libs/cli/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies = [
1919
path = "langgraph_cli/__init__.py"
2020
[project.optional-dependencies]
2121
inmem = [
22-
"langgraph-api>=0.3,<0.5.0 ; python_version >= '3.11'",
22+
"langgraph-api>=0.4,<0.6.0 ; python_version >= '3.11'",
2323
"langgraph-runtime-inmem>=0.7 ; python_version >= '3.11'",
2424
"python-dotenv>=0.8.0",
2525
]
@@ -68,4 +68,4 @@ lint.select = [
6868
"UP", # pyupgrade
6969
]
7070
lint.ignore = ["E501", "B008"]
71-
target-version = "py310"
71+
target-version = "py310"

0 commit comments

Comments
 (0)