0.20.0
·
60 commits
to development
since this release
Features
- add API for requesting application properties (#223)
- sync chat completion data types with api-version 2024-10-21 (#224, #226)
- add chat completion message with
developerrole (#227) - support Python 3.13 (#230, #231)
Other
- bump pillow from 10.2.0 to 10.3.0 (#232)
Breaking changes
- removed
custom_fields.application_propertiesfield from the chat completion request (#223); use new API to retrieve application properties instead:await request.request_dial_application_properties()to fetch application properties from the DIAL listingrequest.unreliable_dial_application_propertiesto get application properties supplied by Core in the request headers (keep in mind that excessively large headers may be removed in transit, thus, unreliable qualification)