no upper bounds for python

This commit is contained in:
Sydney Runkle
2025-04-25 17:45:54 -07:00
parent 8951d162f0
commit 5e9bea5134
17 changed files with 363 additions and 209 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ packages = []
package-mode = false
[tool.poetry.dependencies]
python = "^3.9.0,<4.0"
python = ">=3.9"
langgraph-cli = {path = "../../cli", develop = true}
langgraph-sdk = {path = "../../sdk-py", develop = true}