From 068dcbc5dc22515d4b8f6648ac7b349abf0775a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 14:37:27 +0000 Subject: [PATCH] chore(deps): bump langchain-core from 0.3.15 to 1.3.3 Bumps [langchain-core](https://github.com/langchain-ai/langchain) from 0.3.15 to 1.3.3. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-core==0.3.15...langchain-core==1.3.3) --- updated-dependencies: - dependency-name: langchain-core dependency-version: 1.3.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b399db4..7743667 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>=0.1.1, <2.0.0", "langchain-community>=0.0.18, <1.0.0", "google-cloud-datastore>=2.19.0, <3.0.0", "more_itertools>=10.2.0, <11.0.0", diff --git a/requirements.txt b/requirements.txt index 284ef7f..e6a257e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -langchain-core==0.3.15 +langchain-core==1.3.3 langchain-community==0.3.3 google-cloud-datastore==2.20.1 more_itertools==10.5.0