Merge pull request #308611 from r-ryantm/auto-update/python311Packages.pinecone-client

python311Packages.pinecone-client: 3.2.2 -> 4.0.0
This commit is contained in:
Yt 2024-05-02 21:48:22 +00:00 committed by GitHub
commit a77b0be319
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "pinecone-client";
version = "3.2.2";
version = "4.0.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -26,7 +26,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "pinecone_client";
inherit version;
hash = "sha256-iHoSQF+QrBHDlkkPYF/EefMc8oI2EDTRrg/MwCrHW+4=";
hash = "sha256-1E2yEuZKo0PRTvybCOnkXZi6e2gfYymLhwM1QuoBfyM=";
};
pythonRelaxDeps = [