python3Packages.weaviate-client: 4.21.0 -> 4.21.2

This commit is contained in:
R. Ryantm
2026-05-31 20:53:05 +00:00
parent db81f2e6d8
commit 0d4497ad33
@@ -30,7 +30,7 @@
buildPythonPackage rec {
pname = "weaviate-client";
version = "4.21.0";
version = "4.21.2";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -39,7 +39,7 @@ buildPythonPackage rec {
owner = "weaviate";
repo = "weaviate-python-client";
tag = "v${version}";
hash = "sha256-nGYslKyIQWAwhu5Fa23jXtgBN9q4jjrmBhWv4EO3Vn8=";
hash = "sha256-ZynGooTKuZWjzxVB7By7LiafyRmFlYfh+JyzfXYeJog=";
};
pythonRelaxDeps = [