python311Packages.weaviate-client: 4.6.2 -> 4.6.3

This commit is contained in:
R. Ryantm 2024-05-22 06:25:24 +00:00
parent e8ffb0ba53
commit d207786304

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "weaviate-client";
version = "4.6.2";
version = "4.6.3";
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-BegAiAOhVafH7NWVgayRbdLKBYjWmD5zC6P7tU11XKM=";
hash = "sha256-v8I0ovH99q5uYlnbZsQYgL9mg3n9i59W2n6/d9IiKyQ=";
};
pythonRelaxDeps = [