Merge pull request #313579 from r-ryantm/auto-update/python311Packages.weaviate-client

python311Packages.weaviate-client: 4.6.2 -> 4.6.3
This commit is contained in:
Yt 2024-05-22 10:55:16 +00:00 committed by GitHub
commit 653df61e39
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [