v0.7.0 (2026-09-18)
Breaking Changes
- ser/de library has been changed from
msgspectopydantic
Bug fixes
strsubclasses are now correctly serialized as strings instead of lists of characters
Features
- the
system_onemethod now accepts a newresponse_modelargument that can be set to a desiredpydanticmodel for additional type-safety
v0.6.0 (2026-09-15)
Breaking Changes
- accept
Score.criteriaas an ordered sequence instead of a dictionary keyed by integers
Features
- improve type annotations on SDK inputs to accept abstract types like
MappingandSequence - improve error messages to include http details and metadata
Bug fixes
- handle invalid values in
RetryPolicy - make exceptions and responses picklable
Documentation
- link more concepts from main docs