From 5743af4c54fd7e5ef18e5c6fd576cd3622a09175 Mon Sep 17 00:00:00 2001 From: Konstantin Krestnikov Date: Tue, 8 Oct 2024 17:09:47 +0300 Subject: [PATCH] Fixing CI --- .github/scripts/check_diff.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/check_diff.py b/.github/scripts/check_diff.py index ab3564d614be1..47fbcdbf33ee0 100644 --- a/.github/scripts/check_diff.py +++ b/.github/scripts/check_diff.py @@ -150,7 +150,7 @@ def _get_pydantic_test_configs( break core_min_pydantic_version = get_min_version_from_toml( - "./libs/core/pyproject.toml", "release", python_version, include=["pydantic"] + "./libs/langchain/pyproject.toml", "release", python_version, include=["pydantic"] )["pydantic"] core_min_pydantic_minor = ( core_min_pydantic_version.split(".")[1]