python311Packages.weaviate-client: 4.5.6 -> 4.5.7

This commit is contained in:
R. Ryantm 2024-05-04 08:30:15 +00:00
parent a05b336245
commit bd20683948

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "weaviate-client";
version = "4.5.6";
version = "4.5.7";
pyproject = true;
disabled = pythonOlder "3.8";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "weaviate";
repo = "weaviate-python-client";
rev = "refs/tags/v${version}";
hash = "sha256-P1GiTsRDbJssoLZR//c+b4IJ2Zyb/0PaBLL+wmmI6zc=";
hash = "sha256-VIGcfAzU/0nrVqhny2Ix6rU0DkDhRvX9UkfK8k412QU=";
};
pythonRelaxDeps = [