mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-27 22:37:46 +00:00
infra: add pydantic to min version testing (#26152)
This commit is contained in:
1
.github/scripts/get_min_versions.py
vendored
1
.github/scripts/get_min_versions.py
vendored
@@ -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"]
|
||||||
|
Reference in New Issue
Block a user