infra: add pydantic to min version testing (#26152)

This commit is contained in:
Erick Friis
2024-09-06 12:09:56 -07:00
committed by GitHub
parent c27703a10f
commit 81f8c2f33d

View File

@@ -15,6 +15,7 @@ MIN_VERSION_LIBS = [
"langchain", "langchain",
"langchain-text-splitters", "langchain-text-splitters",
"SQLAlchemy", "SQLAlchemy",
"pydantic",
] ]
SKIP_IF_PULL_REQUEST = ["langchain-core"] SKIP_IF_PULL_REQUEST = ["langchain-core"]