File tree Expand file tree Collapse file tree 5 files changed +14
-14
lines changed
Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ dependencies = [
1313 " cloud-sql-python-connector[asyncpg] >= 1.10.0, <2.0.0" ,
1414 " langchain-core>=0.2.36, <1.0.0 " ,
1515 " numpy>=1.24.4, <3.0.0; python_version >= '3.11'" ,
16- " numpy>=1.24.4 , <=2.2.6 ; python_version == '3.10'" ,
17- " numpy>=1.24.4 , <=2.0.2 ; python_version <= '3.9'" ,
16+ " numpy>=2.3.1 , <=2.3.1 ; python_version == '3.10'" ,
17+ " numpy>=2.3.1 , <=2.3.1 ; python_version <= '3.9'" ,
1818 " pgvector>=0.2.5, <1.0.0" ,
1919 " SQLAlchemy[asyncio]>=2.0.25, <3.0.0"
2020]
@@ -46,12 +46,12 @@ langgraph = [
4646test = [
4747 " black[jupyter]==25.1.0" ,
4848 " isort==6.0.1" ,
49- " mypy==1.15 .0" ,
49+ " mypy==1.17 .0" ,
5050 " pytest-asyncio==0.26.0" ,
5151 " pytest==8.4.1" ,
5252 " pytest-cov==6.2.1" ,
5353 " langchain-tests==0.3.20" ,
54- " langgraph==0.5.2 "
54+ " langgraph==0.5.3 "
5555]
5656
5757[build-system ]
Original file line number Diff line number Diff line change 1- cloud-sql-python-connector [asyncpg ]== 1.18.2
2- langchain-core == 0.3.68
1+ cloud-sql-python-connector [asyncpg ]== 1.18.3
2+ langchain-core == 0.3.69
33numpy == 2.3.1 ; python_version >= "3.11"
4- numpy == 2.2.6 ; python_version == "3.10"
5- numpy == 2.0.2 ; python_version < = "3.9"
4+ numpy == 2.3.1 ; python_version == "3.10"
5+ numpy == 2.3.1 ; python_version < = "3.9"
66pgvector == 0.4.1
77SQLAlchemy [asyncio ]== 2.0.41
8- langgraph == 0.5.2
8+ langgraph == 0.5.3
Original file line number Diff line number Diff line change 11langchain-community == 0.3.27
2- langchain-google-cloud-sql-pg == 0.14.0
2+ langchain-google-cloud-sql-pg == 0.14.1
33langchain-google-vertexai == 2.0.27
Original file line number Diff line number Diff line change 1- google-cloud-aiplatform [reasoningengine,langchain ]== 1.97 .0
1+ google-cloud-aiplatform [reasoningengine,langchain ]== 1.104 .0
22google-cloud-resource-manager == 1.14.2
33langchain-community == 0.3.27
4- langchain-google-cloud-sql-pg == 0.14.0
4+ langchain-google-cloud-sql-pg == 0.14.1
55langchain-google-vertexai == 2.0.27
Original file line number Diff line number Diff line change 1- google-cloud-aiplatform [reasoningengine,langchain ]== 1.97 .0
1+ google-cloud-aiplatform [reasoningengine,langchain ]== 1.104 .0
22google-cloud-resource-manager == 1.14.2
33langchain-community == 0.3.27
4- langchain-google-cloud-sql-pg == 0.14.0
4+ langchain-google-cloud-sql-pg == 0.14.1
55langchain-google-vertexai == 2.0.27
You can’t perform that action at this time.
0 commit comments