infra: rm pydantic from min version test (#26459)

This commit is contained in:
Bagatur 2024-09-13 15:22:28 -07:00 committed by GitHub
parent fa8e0d90de
commit 44791ce131
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,6 @@ 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"]