This commit is contained in:
William Fu-Hinthorn
2025-10-31 18:10:17 -07:00
parent f633affd14
commit 93e1cab5ea
4 changed files with 18 additions and 6 deletions
@@ -5,5 +5,5 @@ description = "Test for prerelease stuff"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"langchain-openai==1.0.0"
"langchain-openai==1.0.1"
]
@@ -6,7 +6,7 @@ readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"langchain-openai==1.0.0a2",
"langchain-anthropic==1.0.0.a5",
"langchain-anthropic==1.0.0a5",
"langgraph==1.0.2"
]