From 81f8c2f33df9854656cff13d05c6bbb0fc7a8f74 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Fri, 6 Sep 2024 12:09:56 -0700 Subject: [PATCH] infra: add pydantic to min version testing (#26152) --- .github/scripts/get_min_versions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/scripts/get_min_versions.py b/.github/scripts/get_min_versions.py index f3bda8bbc3c..d7e7c885b09 100644 --- a/.github/scripts/get_min_versions.py +++ b/.github/scripts/get_min_versions.py @@ -15,6 +15,7 @@ MIN_VERSION_LIBS = [ "langchain", "langchain-text-splitters", "SQLAlchemy", + "pydantic", ] SKIP_IF_PULL_REQUEST = ["langchain-core"]