v0.10.0
0.10.0 (2025-10-07)
Full Changelog: v0.9.2...v0.10.0
Features
- api: api update (c5ebcd8)
- improve future compat with pydantic v3 (92560b2)
- types: replace List[str] with SequenceNotStr in params (e19b0ab)
Chores
- do not install brew dependencies in ./scripts/bootstrap by default (0fc1a17)
- internal: move mypy configurations to
pyproject.tomlfile (31efb95) - internal: update pydantic dependency (b3b9856)
- tests: simplify
get_platformtest (b0f26dc) - types: change optional parameter type from NotGiven to Omit (47d3d13)