python311Packages.pinecone-client: 3.0.3 -> 3.1.0

This commit is contained in:
R. Ryantm 2024-02-27 03:15:56 +00:00
parent e256f39bec
commit ac272e9737

View File

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