pinecone[patch]: add support for python 3.13 (#29737)

This commit is contained in:
ccurme
2025-02-11 11:20:21 -08:00
committed by GitHub
parent ba8f752bf5
commit 001cf99253
3 changed files with 216 additions and 9 deletions

View File

@@ -39,7 +39,6 @@ IGNORED_PARTNERS = [
PY_312_MAX_PACKAGES = [
"libs/partners/huggingface", # https://github.com/pytorch/pytorch/issues/130249
"libs/partners/pinecone",
"libs/partners/voyageai",
]