Skip to content

Commit 7233dce

Browse files
committed
bump langgraph example to allow python 3.13
1 parent fbed2d1 commit 7233dce

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

typescript-sdk/integrations/langgraph/examples/python/poetry.lock

Lines changed: 10 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

typescript-sdk/integrations/langgraph/examples/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name = "agents"
1010
version = "0.0.1"
1111

1212
[tool.poetry.dependencies]
13-
python = ">=3.12,<3.13"
13+
python = ">=3.12,<3.14"
1414
uvicorn = "^0.34.0"
1515
dotenv = "^0.9.9"
1616
langchain = ">=0.1.0"

0 commit comments

Comments
 (0)