From 37aff0a153ac761987db2f6c3b8030e26b7842f3 Mon Sep 17 00:00:00 2001 From: Caspar Broekhuizen Date: Fri, 29 Aug 2025 11:11:28 -0700 Subject: [PATCH] chore: bump langchain-core minimum to 0.3.75 (#32753) Update `langchain-core` dependency min from `>=0.3.63` to `>=0.3.75`. ### Motivation - We located the `langchain-core` package locally in the monorepo and need to align `langchain-tests` with the new minimum version. --- libs/standard-tests/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/standard-tests/pyproject.toml b/libs/standard-tests/pyproject.toml index 0c379131db3..7d80d80ba70 100644 --- a/libs/standard-tests/pyproject.toml +++ b/libs/standard-tests/pyproject.toml @@ -7,7 +7,7 @@ authors = [{ name = "Erick Friis", email = "erick@langchain.dev" }] license = { text = "MIT" } requires-python = ">=3.9" dependencies = [ - "langchain-core<2.0.0,>=0.3.63", + "langchain-core<2.0.0,>=0.3.75", "pytest<9,>=7", "pytest-asyncio<2,>=0.20", "httpx<1,>=0.28.1",