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

python3Packages.pinecone-client: 8.1.0 -> 8.1.2 (#447899)

parents c55cce8e 1d5652be
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@

buildPythonPackage rec {
  pname = "pinecone-client";
  version = "8.1.0";
  version = "8.1.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "pinecone-io";
    repo = "pinecone-python-client";
    tag = "v${version}";
    hash = "sha256-rXsCaH8SbMttBQWfF8Gy6hz+PVboxkLJZCs0/o6lAEI=";
    hash = "sha256-VfoSW17Bx/eFlnSxUiQZsfY/y210/sKIF5df/kb2kTc=";
  };

  build-system = [ hatchling ];