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",