mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-06 13:33:37 +00:00
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:
committed by
GitHub
parent
a163d59988
commit
37aff0a153
@@ -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",
|
||||
|
Reference in New Issue
Block a user