python3Packages.weaviate-client: 4.20.1 -> 4.20.3

This commit is contained in:
R. Ryantm
2026-03-08 12:12:19 +00:00
parent 9dcb002ca1
commit edc5f88922
@@ -27,7 +27,7 @@
buildPythonPackage rec {
pname = "weaviate-client";
version = "4.20.1";
version = "4.20.3";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -36,7 +36,7 @@ buildPythonPackage rec {
owner = "weaviate";
repo = "weaviate-python-client";
tag = "v${version}";
hash = "sha256-KnO+xXI6q5a3pJgZuDrjvWgH+civXZwWLtnEJmBWLt4=";
hash = "sha256-O78gUY5+OojZMwOKGcDAQ8J4tVVmmvAyS5xWQyl3Ppk=";
};
pythonRelaxDeps = [