mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-28 15:00:23 +00:00
langchain[patch]: update text-splitters min bound (#30352)
This commit is contained in:
@@ -8,7 +8,7 @@ license = { text = "MIT" }
|
|||||||
requires-python = "<4.0,>=3.9"
|
requires-python = "<4.0,>=3.9"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"langchain-core<1.0.0,>=0.3.45",
|
"langchain-core<1.0.0,>=0.3.45",
|
||||||
"langchain-text-splitters<1.0.0,>=0.3.6",
|
"langchain-text-splitters<1.0.0,>=0.3.7",
|
||||||
"langsmith<0.4,>=0.1.17",
|
"langsmith<0.4,>=0.1.17",
|
||||||
"pydantic<3.0.0,>=2.7.4",
|
"pydantic<3.0.0,>=2.7.4",
|
||||||
"SQLAlchemy<3,>=1.4",
|
"SQLAlchemy<3,>=1.4",
|
||||||
|
Reference in New Issue
Block a user