From ad59683759053eeb879d82dd10656f1627e010df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 08:54:28 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=E2=AC=86=20Update=20langchain-core=20requi?= =?UTF-8?q?rement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the requirements on [langchain-core](https://github.com/langchain-ai/langchain) to permit the latest version. - [Release notes](https://github.com/langchain-ai/langchain/releases) - [Commits](https://github.com/langchain-ai/langchain/compare/langchain-core==0.3.0...langchain-core==1.4.8) --- updated-dependencies: - dependency-name: langchain-core dependency-version: 1.4.8 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9cac24e..fc5a04f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -119,7 +119,7 @@ pre-commit-ci = [ # .venv/bin/python -m pytest test/unit/adapters/langchain/test_getattr_contract_with_langchain.py langchain-test = [ { include-group = "test" }, - "langchain-core>=0.3.0,<1.4.0", + "langchain-core>=0.3.0,<1.5.0", ] docs = [ "mkdocs>=1.6.0,<2", From 8ae3a19a15d5287558a956e06c04c5063d400036 Mon Sep 17 00:00:00 2001 From: Bryant Date: Sat, 4 Jul 2026 07:42:27 +0800 Subject: [PATCH 2/2] Update lockfile for LangChain range --- uv.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uv.lock b/uv.lock index 61e39f6..969ba03 100644 --- a/uv.lock +++ b/uv.lock @@ -131,7 +131,7 @@ docs = [ ] langchain-test = [ { name = "agno", specifier = ">=2.0.0" }, - { name = "langchain-core", specifier = ">=0.3.0,<1.4.0" }, + { name = "langchain-core", specifier = ">=0.3.0,<1.5.0" }, { name = "llama-index-core", specifier = ">=0.10.0" }, { name = "openai-agents", specifier = ">=0.1.0" }, { name = "pydantic-ai", specifier = ">=0.3.0" },