python311Packages.weaviate-client: 4.6.3 -> 4.6.5

This commit is contained in:
R. Ryantm 2024-06-25 20:09:50 +00:00
parent 194ab008e6
commit b0d2f902e5

View File

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