Unverified Commit 65ce46e7 authored by Yt's avatar Yt Committed by GitHub
Browse files

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

python311Packages.pinecone-client: 3.0.3 -> 3.1.0
parents 2f475415 ac272e97
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 = [