From 03ae7d4523acf7f7a9df501fb36eb8c83420a919 Mon Sep 17 00:00:00 2001 From: Chester Curme Date: Tue, 4 Feb 2025 15:01:55 -0500 Subject: [PATCH] x --- .github/scripts/check_diff.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/scripts/check_diff.py b/.github/scripts/check_diff.py index d8f48aa3af58f..ac8b1d4c5d8ff 100644 --- a/.github/scripts/check_diff.py +++ b/.github/scripts/check_diff.py @@ -57,9 +57,7 @@ def dependents_graph() -> dict: """ dependents = defaultdict(set) - # for path in glob.glob("./libs/**/pyproject.toml", recursive=True): - # TODO: fix this - for path in ["./libs/langchain/pyproject.toml", "./libs/core/pyproject.toml"]: + for path in glob.glob("./libs/**/pyproject.toml", recursive=True): if "template" in path: continue