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

python312Packages.weaviate-client: 4.10.2 -> 4.10.4 (#375177)

parents 2a513800 75f79317
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@

buildPythonPackage rec {
  pname = "weaviate-client";
  version = "4.10.2";
  version = "4.10.4";
  pyproject = true;

  disabled = pythonOlder "3.12";
@@ -35,7 +35,7 @@ buildPythonPackage rec {
    owner = "weaviate";
    repo = "weaviate-python-client";
    tag = "v${version}";
    hash = "sha256-c2ZO5n/sMrq8f1V+MSwv+pYSzPa9cTBHU8INXHcB8gk=";
    hash = "sha256-I5+xQkGoIFKEniwvK3l3WXB079IzPzwdKVt0JAXK3kU=";
  };

  pythonRelaxDeps = [