langchain[patch]: update text-splitters min bound (#30352)

This commit is contained in:
ccurme 2025-03-18 16:53:43 -04:00 committed by GitHub
parent f6cf2ce2ad
commit 168f1dfd93
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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