File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -42,15 +42,15 @@ langgraph = [
4242 " langgraph-checkpoint>=3.0.0, <3.1.0"
4343]
4444test = [
45- " black[jupyter]==25.9 .0" ,
45+ " black[jupyter]==25.12 .0" ,
4646 " isort==6.1.0; python_version == '3.9'" ,
4747 " isort==7.0.0; python_version >= '3.10'" ,
48- " mypy==1.18.2 " ,
48+ " mypy==1.19.0 " ,
4949 " pytest-asyncio==0.26.0" ,
5050 " pytest==8.4.2" ,
5151 " pytest-cov==7.0.0" ,
5252 " langchain-tests==0.3.22" ,
53- " langgraph==0.6.10 "
53+ " langgraph==0.6.11 "
5454]
5555
5656[build-system ]
Original file line number Diff line number Diff line change 1- cloud-sql-python-connector [asyncpg ]== 1.18.5
2- numpy == 2.3.3 ; python_version >= "3.11"
1+ cloud-sql-python-connector [asyncpg ]== 1.19.0
2+ numpy == 2.3.5 ; python_version >= "3.11"
33numpy == 2.2.6 ; python_version == "3.10"
44numpy == 2.0.2 ; python_version < = "3.9"
5- langgraph == 0.6.10
5+ langgraph == 0.6.11
66langchain-postgres == 0.0.16
Original file line number Diff line number Diff line change 1- google-cloud-aiplatform [reasoningengine,langchain ]== 1.97 .0
2- google-cloud-resource-manager == 1.14.2
3- langchain-community == 0.3.29
1+ google-cloud-aiplatform [reasoningengine,langchain ]== 1.130 .0
2+ google-cloud-resource-manager == 1.15.0
3+ langchain-community == 0.4.1
44langchain-google-cloud-sql-pg == 0.14.1
5- langchain-google-vertexai == 2.0.27
5+ langchain-google-vertexai == 2.1.2
You can’t perform that action at this time.
0 commit comments