python3Packages.weaviate-client: 4.22.0 -> 4.23.0

This commit is contained in:
R. Ryantm
2026-08-11 15:06:46 +00:00
parent a5dfdaa74e
commit 08c52bfd7e

View File

@@ -30,7 +30,7 @@
buildPythonPackage rec {
pname = "weaviate-client";
version = "4.22.0";
version = "4.23.0";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -39,7 +39,7 @@ buildPythonPackage rec {
owner = "weaviate";
repo = "weaviate-python-client";
tag = "v${version}";
hash = "sha256-dAN4R71BQsYJkxdwnDvLEkw1rfJvxRX6IUVsh3+WWEE=";
hash = "sha256-kvuztqzhI2BNSBCnuuKGF32aNcQeE9gXT1yoZP8zL+k=";
};
pythonRelaxDeps = [