mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +00:00
infra: rm pydantic from min version test (#26459)
This commit is contained in:
parent
fa8e0d90de
commit
44791ce131
1
.github/scripts/get_min_versions.py
vendored
1
.github/scripts/get_min_versions.py
vendored
@ -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"]
|
||||||
|
Loading…
Reference in New Issue
Block a user