Compare commits

...
Author SHA1 Message Date
William Fu-Hinthorn e38bae6b3a mon9o 2025-10-31 13:58:17 -07:00
William Fu-Hinthorn c31ee23e2e exmpale 2025-10-31 13:49:04 -07:00
2 changed files with 2 additions and 2 deletions
@@ -5,5 +5,5 @@ description = "Test for prerelease stuff"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"langgraph==0.6.0"
"langgraph==0.6.11"
]
@@ -8,7 +8,7 @@ authors = [
license = { text = "MIT" }
requires-python = ">=3.11,<4.0"
dependencies = [
"langgraph>=0.6.0,<0.7.0",
"langgraph>=0.6.0,<2",
"langchain-core>=0.2.14",
]