19 buildPythonPackage rec {
20 pname = "pinecone-client";
24 disabled = pythonOlder "3.8";
27 pname = "pinecone_client";
29 hash = "sha256-sueMKd5QwYDb/nXhXwjIfsGjpPG8ayvh8Myu4atENPo=";
32 pythonRelaxDeps = [ "urllib3" ];
52 # Tests require network access
55 pythonImportsCheck = [ "pinecone" ];
58 description = "Pinecone python client";
59 homepage = "https://www.pinecone.io/";
60 changelog = "https://github.com/pinecone-io/pinecone-python-client/releases/tag/v${version}";
61 license = licenses.mit;
62 maintainers = with maintainers; [ happysalada ];