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

python311Packages.pinecone-client: 3.1.0 -> 3.2.1
This commit is contained in:
Yt 2024-03-25 23:32:32 +00:00 committed by GitHub
commit 2b8521c464
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -16,13 +16,13 @@
}:
buildPythonPackage rec {
pname = "pinecone-client";
version = "3.1.0";
version = "3.2.1";
pyproject = true;
src = fetchPypi {
pname = "pinecone_client";
inherit version;
hash = "sha256-RbggYBP5GpgrmU8fuqOefoyZ0w7zd4qfMZxDuMmS/EI=";
hash = "sha256-hWD/r7E7nEWpLrnrd6LbMtWh+nkDodsX969Y7hBYu2A=";
};
nativeBuildInputs = [