python311Packages.pinecone-client: 3.1.0 -> 3.2.1

This commit is contained in:
R. Ryantm 2024-03-25 21:11:37 +00:00
parent b1b78f4369
commit 2e8d555aa3
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 = [