You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drop support for Python 3.9. The minimum supported Python version is now 3.10.
New Features
Added support for CosmeticType.SIDEKICK.
Bug Fixes
Fixed an issue that caused Asset.resize to raise TypeError instead of ValueError when the given size isn't a power of 2.
Fixed an issue that caused ServiceUnavailable to be raised with a static message as a fallback for all unhandled http status codes. Instead HTTPException is raised with the proper error message.
Fixed typing of our internal "Enum-like" classes. They are now typed as a Enum.