14 buildPythonPackage rec {
15 pname = "pinecone-client";
19 inherit pname version;
20 hash = "sha256-LBzB1mSLK+ZulE2y/6WRZqN7kWTRE1rVJdnNix4pgWg=";
23 propagatedBuildInputs = [
38 homepage = "https://www.pinecone.io/";
39 description = "The Pinecone python client";
40 license = licenses.mit;
41 maintainers = with maintainers; [happysalada];