Skip to content

Commit 184c255

Browse files
authored
Merge branch 'main' into renovate/samples-langchain_on_vertexai
2 parents 01c60b6 + 94d021a commit 184c255

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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
@@ -28,7 +28,7 @@ jobs:
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

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
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

.github/workflows/schedule_reporter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ jobs:
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"

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,17 @@ Changelog = "https://github.com/googleapis/langchain-google-cloud-sql-pg-python/
3838

3939
[project.optional-dependencies]
4040
langgraph = [
41-
"langgraph-checkpoint>=3.0.0, <3.1.0"
41+
"langgraph-checkpoint>=4.0.0, <4.1.0"
4242
]
4343
test = [
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]

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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"
33
numpy==2.2.6; python_version == "3.10"
4-
langgraph==1.0.4
4+
langgraph==1.0.7
55
langchain-postgres==0.0.16

samples/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
33
langchain-community==0.3.29
4-
langchain-google-cloud-sql-pg==0.14.1
4+
langchain-google-cloud-sql-pg==0.15.0
55
langchain-google-vertexai==2.1.2

0 commit comments

Comments
 (0)