python3Packages.weaviate-client: 4.19.2 -> 4.20.1

This commit is contained in:
R. Ryantm
2026-02-28 05:09:01 +00:00
parent f5b2453089
commit a63e239745
@@ -27,7 +27,7 @@
buildPythonPackage rec {
pname = "weaviate-client";
version = "4.19.2";
version = "4.20.1";
pyproject = true;
disabled = pythonOlder "3.12";
@@ -36,7 +36,7 @@ buildPythonPackage rec {
owner = "weaviate";
repo = "weaviate-python-client";
tag = "v${version}";
hash = "sha256-LQLvMoj91+B4dU6z4oyxNy7eX+6C5cSL2IBCUVgZ05w=";
hash = "sha256-KnO+xXI6q5a3pJgZuDrjvWgH+civXZwWLtnEJmBWLt4=";
};
pythonRelaxDeps = [