python3Packages.pinecone-client: fix build; rename into pinecone (#544752)

This commit is contained in:
Yt
2026-07-23 09:31:53 +00:00
committed by GitHub
5 changed files with 6 additions and 5 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
@@ -13,7 +13,7 @@
}:
buildPythonPackage rec {
pname = "pinecone-client";
pname = "pinecone";
version = "8.1.2";
pyproject = true;
+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 { };