File tree Expand file tree Collapse file tree 6 files changed +14
-14
lines changed
Expand file tree Collapse file tree 6 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1212 - name : Checkout
1313 uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1414 - name : Setup Python
15- uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
15+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
1616 with :
1717 python-version : " 3.10"
1818 - name : Install nox
2828 - name : Checkout
2929 uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
3030 - name : Setup Python
31- uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
31+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
3232 with :
3333 python-version : " 3.10"
3434 - name : Install nox
Original file line number Diff line number Diff line change 3434 uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
3535
3636 - name : Setup Python
37- uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
37+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
3838 with :
3939 python-version : " 3.11"
4040
Original file line number Diff line number Diff line change 2424 issues : ' write'
2525 checks : ' read'
2626 contents : ' read'
27- uses : googleapis/langchain-google-alloydb-pg-python/.github/workflows/cloud_build_failure_reporter.yml@fabff9f2b5312824e0a3a3723b45dd302a83366c
27+ uses : googleapis/langchain-google-alloydb-pg-python/.github/workflows/cloud_build_failure_reporter.yml@239f179761419be2bdfa1de3920e03a695dbd7ab
2828 with :
2929 trigger_names : " pg-integration-test-nightly,pg-continuous-test-on-merge"
Original file line number Diff line number Diff line change @@ -38,17 +38,17 @@ Changelog = "https://github.com/googleapis/langchain-google-cloud-sql-pg-python/
3838
3939[project .optional-dependencies ]
4040langgraph = [
41- " langgraph-checkpoint>=3 .0.0, <3 .1.0"
41+ " langgraph-checkpoint>=4 .0.0, <4 .1.0"
4242]
4343test = [
44- " black[jupyter]==25.12 .0" ,
44+ " black[jupyter]==26.1 .0" ,
4545 " isort==7.0.0" ,
4646 " mypy==1.19.1" ,
4747 " pytest-asyncio==0.26.0" ,
4848 " pytest==8.4.2" ,
4949 " pytest-cov==7.0.0" ,
50- " langchain-tests==1.1.0 " ,
51- " langgraph==1.0.4 "
50+ " langchain-tests==1.1.2 " ,
51+ " langgraph==1.0.7 "
5252]
5353
5454[build-system ]
Original file line number Diff line number Diff line change 1- cloud-sql-python-connector [asyncpg ]== 1.19 .0
2- numpy == 2.3.5 ; python_version >= "3.11"
1+ cloud-sql-python-connector [asyncpg ]== 1.20 .0
2+ numpy == 2.4.1 ; python_version >= "3.11"
33numpy == 2.2.6 ; python_version == "3.10"
4- langgraph == 1.0.4
4+ langgraph == 1.0.7
55langchain-postgres == 0.0.16
Original file line number Diff line number Diff line change 1- google-cloud-aiplatform [reasoningengine,langchain ]== 1.130 .0
2- google-cloud-resource-manager == 1.15 .0
1+ google-cloud-aiplatform [reasoningengine,langchain ]== 1.134 .0
2+ google-cloud-resource-manager == 1.16 .0
33langchain-community == 0.3.29
4- langchain-google-cloud-sql-pg == 0.14.1
4+ langchain-google-cloud-sql-pg == 0.15.0
55langchain-google-vertexai == 2.1.2
You can’t perform that action at this time.
0 commit comments