fix(langchain): update deps

This commit is contained in:
Mason Daugherty 2025-07-24 10:37:08 -04:00
parent 77c981999e
commit bdf1cd383c
No known key found for this signature in database

View File

@ -7,8 +7,8 @@ authors = []
license = { text = "MIT" }
requires-python = ">=3.9, <4.0"
dependencies = [
"langchain-core<1.0.0,>=0.3.66",
"langchain-text-splitters<1.0.0,>=0.3.8",
"langchain-core<1.0.0,>=0.3.72",
"langchain-text-splitters<1.0.0,>=0.3.9",
"langsmith>=0.1.17",
"pydantic<3.0.0,>=2.7.4",
"SQLAlchemy<3,>=1.4",