From 2901794ed6753544997dad5984c22e6e456ee91e Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 25 Jun 2026 20:58:50 +0000 Subject: [PATCH 1/2] chore(deps): update dependency langchain-core to v1 [security] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2f730758..22c47000 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ authors = [ {name = "Google LLC", email = "googleapis-packages@google.com"} ] dependencies = [ - "langchain-core>=0.1.25, <1.0.0", + "langchain-core>=1.2.22, <1.2.23", "langchain-community>=0.0.18, <1.0.0", "google-cloud-spanner>=3.41.0, <4.0.0", "pydantic>=2.9.1, <3.0.0" diff --git a/requirements.txt b/requirements.txt index 02a1e008..61508874 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ google-cloud-spanner==3.55.0 -langchain-core==0.3.71 +langchain-core==1.2.22 langchain-community==0.3.27 pydantic==2.11.7 From 5ccb61650cf99b76c289061b200bb2fd4447afe0 Mon Sep 17 00:00:00 2001 From: Averi Kitsch Date: Thu, 25 Jun 2026 14:01:11 -0700 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 22c47000..aa652ecb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ authors = [ {name = "Google LLC", email = "googleapis-packages@google.com"} ] dependencies = [ - "langchain-core>=1.2.22, <1.2.23", + "langchain-core>=0.1.25, <2.0.0", "langchain-community>=0.0.18, <1.0.0", "google-cloud-spanner>=3.41.0, <4.0.0", "pydantic>=2.9.1, <3.0.0"