Release and Version History¶
x.y.z (Backlog)¶
Features and Improvements
Minor Improvements
Bugfixes
Miscellaneous
1.40.0 (2025-09-26)¶
First release
Released master package
boto3-dataclassand 412 per-service packagesboto3-dataclass-{service_name}on PyPICore feature: provides
{service_name}_casterto convert boto3 API responses to type-safe dataclassesTransform boring boto3 dictionaries into beautiful dataclasses with full autocomplete support
Say goodbye to
response['Key']['SubKey']and hello toresponse.Key.SubKeywith full IDE supportSupports all AWS services that have mypy-boto3 stubs
Zero performance overhead with lazy loading
100% compatible with existing boto3 code