12.27.0 (2025-10-15)
Features Added
- Stable release of features from 12.27.0b1
Other Changes
- Migrated any previously documented
kwarg
arguments to be named keywords.
Some public types may have been adjusted if they were previously erroneous or incomplete. - Removed
__enter__
and__exit__
attributes for all asynchronous client objects for raising explicitTypeError
,
and let theAttributeError
raise directly.