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] =?UTF-8?q?=E2=AC=86=20Update=20langchain-core=20requireme?= =?UTF-8?q?nt?= 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",