Unverified Commit 4de0de0f authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #266974 from r-ryantm/auto-update/python310Packages.weaviate-client

python310Packages.weaviate-client: 3.24.1 -> 3.25.3
parents e4c7c0a1 651c97d6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

buildPythonPackage rec {
  pname = "weaviate-client";
  version = "3.24.1";
  version = "3.25.3";
  format = "setuptools";

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-4HM1DCG9TcpcDqxd1dlftHQnjHFaryBB44LYa7dRisg=";
    hash = "sha256-iU33APwfCpMvo3ACn2RK9AYvhxgCb9pa0HZH01fZUWc=";
  };

  SETUPTOOLS_SCM_PRETEND_VERSION = version;