Skip to main content
The base install pulls in only httpx and pydantic. Everything else is an opt-in extra so the wheel stays small.

Extras

Use quotes around minerva-sdk[extra] — zsh interprets [ ] as a glob without them.

Python versions

  • Required: 3.11+
  • Tested: 3.11, 3.12, 3.13, 3.14
The SDK is fully type-annotated (ships py.typed). Run mypy / pyright against your code and you’ll get static checking on method args + response shapes for free.

Verify the install

From Python: