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

View File

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