python3Packages.pinecone: rename from pinecone-client

Match the attribute and directory to pname. Keep pinecone-client as a
deprecated alias.
This commit is contained in:
Ihar Hrachyshka
2026-07-22 23:03:12 -04:00
parent befc32eff4
commit 6ffbccf57a
5 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -214,7 +214,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
gcp-storage-emulator
moto
oracledb
pinecone-client
pinecone
playwright
pymilvus
pymongo
@@ -71,7 +71,7 @@
pytesseract,
faiss-cpu,
# , faiss-gpu
pinecone-client,
pinecone,
onnxruntime,
onnxruntime-tools,
# , onnxruntime-gpu
@@ -209,7 +209,7 @@ buildPythonPackage rec {
# only-faiss-gpu = [
# faiss-gpu
# ];
only-pinecone = [ pinecone-client ];
only-pinecone = [ pinecone ];
onnx = [
onnxruntime
onnxruntime-tools
+1
View File
@@ -437,6 +437,7 @@ mapAliases {
percol = throw "percol has been removed because it hasn't been updated since 2019"; # added 2025-05-25
pilight = throw "'pilight' has been removed, because it is unmaintained since 2019 and the integration was removed from Home Assistant."; # added 2026-05-06
pillow-avif-plugin = throw "'pillow-avif-plugin' has been removed because 'pillow' has native avif support since 11.3"; # added 2025-11-26
pinecone-client = warnAlias "'pinecone-client' has been renamed to 'pinecone'" pinecone; # added 2026-07-22
pizzapi = throw "pizzapi was removed because it no longer works"; # added 2025-12-03
pkuseg = throw "'pkuseg' has been removed because it was not supported on newer versions of Python"; # added 2026-01-20
ploomber-extension = throw "'ploomber-extension' has been removed since the upstream repo was archived"; # added 2026-02-16
+1 -1
View File
@@ -13189,7 +13189,7 @@ self: super: with self; {
pinboard = callPackage ../development/python-modules/pinboard { };
pinecone-client = callPackage ../development/python-modules/pinecone-client { };
pinecone = callPackage ../development/python-modules/pinecone { };
pinecone-plugin-assistant = callPackage ../development/python-modules/pinecone-plugin-assistant { };