mirror of
https://github.com/hwchase17/langchain.git
synced 2025-04-28 03:51:50 +00:00
langchain[patch]: update text-splitters min bound (#30352)
This commit is contained in:
parent
f6cf2ce2ad
commit
168f1dfd93
@ -8,7 +8,7 @@ license = { text = "MIT" }
|
||||
requires-python = "<4.0,>=3.9"
|
||||
dependencies = [
|
||||
"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",
|
||||
"pydantic<3.0.0,>=2.7.4",
|
||||
"SQLAlchemy<3,>=1.4",
|
||||
|
Loading…
Reference in New Issue
Block a user