python312Packages.weaviate-client: 4.7.1 -> 4.8.0

This commit is contained in:
R. Ryantm 2024-09-13 08:33:18 +00:00
parent a0620779ec
commit 9905661267

View File

@ -16,7 +16,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "weaviate-client"; pname = "weaviate-client";
version = "4.7.1"; version = "4.8.0";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "weaviate"; owner = "weaviate";
repo = "weaviate-python-client"; repo = "weaviate-python-client";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-JgnasbhAcdJwa3lpdID+B3Iwuc9peRQZBAC7tBBm54c="; hash = "sha256-JVn9Xhq7MJD+o6DA/EaW1NNnvsjjqyW+pmFctuQStgo=";
}; };
pythonRelaxDeps = [ pythonRelaxDeps = [