Commit ac272e97 authored by R. RyanTM's avatar R. RyanTM
Browse files

python311Packages.pinecone-client: 3.0.3 -> 3.1.0

parent e256f39b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [