Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 639 Bytes

changelog.md

File metadata and controls

22 lines (14 loc) · 639 Bytes

Changelog

v6.0.2

  • Dropped support for Python 3.9.x
  • Included support for Python 3.13.x

v6.0.0

  • Dropped support for Python 3.8.x
  • Included support for Python 3.12.x

v3.0.0

Breaking change

The AtmospherexAPI client init method is now requiring a second attribute auth_settings to configure how to generate the jwt token sent to Atmosphere. If set to None, the client will not add the authorization header in the request.

v2.0.0

The custom activity DefaultPredictionResponse model has been updated: the logs object is now a Pydantic model instead of a dict. We can thus specify the expected keys in it.