Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ langgraph = [
test = [
"black[jupyter]==25.12.0",
"isort==7.0.0",
"langgraph==1.0.4",
"langgraph==1.0.5",
"mypy==1.19.1",
"pytest-asyncio==0.26.0",
"pytest==8.4.2",
"pytest-cov==7.0.0",
"pytest-depends==1.0.1",
"Pillow==12.0.0",
"langchain-tests==1.1.0"
"langchain-tests==1.1.1"
]


Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ google-cloud-alloydb-connector[asyncpg]==1.11.0
google-cloud-storage==3.7.0
numpy==2.3.5; python_version >= "3.11"
numpy==2.2.6; python_version == "3.10"
langgraph==1.0.4
langgraph==1.0.5
langchain-postgres==0.0.16
4 changes: 2 additions & 2 deletions samples/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
google-cloud-aiplatform[reasoningengine,langchain]==1.97.0
google-cloud-aiplatform[reasoningengine,langchain]==1.132.0
google-cloud-resource-manager==1.15.0
langchain-community==0.3.31
langchain-community==0.4.1
langchain-google-alloydb-pg==0.13.0
langchain-google-vertexai==2.1.2
Loading