Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

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

python311Packages.weaviate-client: 4.6.0 -> 4.6.2

authored by Fabian Affolter and committed by GitHub f3bd67c0 ca8ea110

+2 -2
+2 -2
pkgs/development/python-modules/weaviate-client/default.nix
··· 17 17 18 18 buildPythonPackage rec { 19 19 pname = "weaviate-client"; 20 - version = "4.6.0"; 20 + version = "4.6.2"; 21 21 pyproject = true; 22 22 23 23 disabled = pythonOlder "3.8"; ··· 26 26 owner = "weaviate"; 27 27 repo = "weaviate-python-client"; 28 28 rev = "refs/tags/v${version}"; 29 - hash = "sha256-F4FFG8W8zjEcD1OssioKTik0sy6B/kGITYfW+bqhNkQ="; 29 + hash = "sha256-BegAiAOhVafH7NWVgayRbdLKBYjWmD5zC6P7tU11XKM="; 30 30 }; 31 31 32 32 pythonRelaxDeps = [