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.
This commit is contained in:
Caspar Broekhuizen
2025-08-29 11:11:28 -07:00
committed by GitHub
parent a163d59988
commit 37aff0a153

View File

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