5 , hatch-fancy-pypi-readme
17 buildPythonPackage rec {
18 inherit (openllm-core) src version;
19 pname = "openllm-client";
22 disabled = pythonOlder "3.8";
24 sourceRoot = "source/openllm-client";
27 hatch-fancy-pypi-readme
32 propagatedBuildInputs = [
39 passthru.optional-dependencies = {
42 ] ++ bentoml.optional-dependencies.grpc;
47 ] ++ transformers.agents;
48 full = passthru.optional-dependencies.grpc ++ passthru.optional-dependencies.agents;
54 pythonImportsCheck = [ "openllm_client" ];
57 description = "Interacting with OpenLLM HTTP/gRPC server, or any BentoML server";
58 homepage = "https://github.com/bentoml/OpenLLM/tree/main/openllm-client";
59 changelog = "https://github.com/bentoml/OpenLLM/blob/${src.rev}/CHANGELOG.md";
60 license = licenses.asl20;
61 maintainers = with maintainers; [ natsukium ];