7 grpcio-health-checking,
17 buildPythonPackage rec {
18 pname = "weaviate-client";
22 disabled = pythonOlder "3.8";
24 src = fetchFromGitHub {
26 repo = "weaviate-python-client";
27 rev = "refs/tags/v${version}";
28 hash = "sha256-JVn9Xhq7MJD+o6DA/EaW1NNnvsjjqyW+pmFctuQStgo=";
36 build-system = [ setuptools-scm ];
42 grpcio-health-checking
52 pythonImportsCheck = [ "weaviate" ];
55 description = "Python native client for easy interaction with a Weaviate instance";
56 homepage = "https://github.com/weaviate/weaviate-python-client";
57 changelog = "https://github.com/weaviate/weaviate-python-client/releases/tag/v${version}";
58 license = licenses.mit;
59 maintainers = with maintainers; [ happysalada ];