From 1806072933b5d8174a0211c8ae66defe0cbc634a Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 27 Apr 2026 18:15:46 +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 0b90e5e..2fc71a5 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.1, <1.0.0", + "langchain-core>=1.3.2, <1.4.0", "langchain-community>=0.0.18, <1.0.0", "redis>=5.0.0, <6.0.0", "numpy>=1.24.4, <2.0.0", diff --git a/requirements.txt b/requirements.txt index 1ce1473..366788d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -langchain-core==0.2.31 +langchain-core==1.3.2 langchain-community==0.2.12 redis==5.0.8 numpy===1.24.4; python_version <= "3.8"