From 4cfb8b9e329d00d4dc647a8d3ff8987569a387fc Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 17 Oct 2025 20:12:48 +0000 Subject: [PATCH] chore(deps): update dependency langchain-core to v1 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2f73075..3a4c6ca 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.0.0, <1.1.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" diff --git a/requirements.txt b/requirements.txt index 02a1e00..8c05ff6 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.0.0 langchain-community==0.3.27 pydantic==2.11.7