From 76ebfe6bcebab9699b88489448c285b5f4f4d254 Mon Sep 17 00:00:00 2001 From: Chester Curme Date: Wed, 5 Feb 2025 10:47:06 -0500 Subject: [PATCH] uv doesn't automatically downgrade python version if it conflicts with pyproject.toml --- .github/scripts/check_diff.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/scripts/check_diff.py b/.github/scripts/check_diff.py index ac8b1d4c5d8..a588779b6c4 100644 --- a/.github/scripts/check_diff.py +++ b/.github/scripts/check_diff.py @@ -39,6 +39,8 @@ IGNORED_PARTNERS = [ PY_312_MAX_PACKAGES = [ "libs/partners/huggingface", # https://github.com/pytorch/pytorch/issues/130249 + "libs/partners/pinecone", + "libs/partners/voyageai", ]