mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
hotfix: bump min core versions (#36996)
This commit is contained in:
@@ -21,7 +21,7 @@ classifiers = [
|
||||
]
|
||||
requires-python = ">=3.10.0,<4.0.0"
|
||||
dependencies = [
|
||||
"langchain-core>=1.2.21,<2.0.0",
|
||||
"langchain-core>=1.3.2,<2.0.0",
|
||||
"numpy>=1.26.0; python_version < '3.13'",
|
||||
"numpy>=2.1.0; python_version >= '3.13'",
|
||||
"chromadb>=1.5.5,<2.0.0",
|
||||
|
||||
2
libs/partners/chroma/uv.lock
generated
2
libs/partners/chroma/uv.lock
generated
@@ -824,7 +824,7 @@ typing = [
|
||||
|
||||
[[package]]
|
||||
name = "langchain-core"
|
||||
version = "1.3.1"
|
||||
version = "1.3.2"
|
||||
source = { editable = "../../core" }
|
||||
dependencies = [
|
||||
{ name = "jsonpatch" },
|
||||
|
||||
Reference in New Issue
Block a user