This release does NOT contain 153
Hotfix release:
- Add workaround for https://bugs.python.org/issue37527 (changed default OAuthToken expiry to 1971 instead of 1970)
- Fix type of `pack_tags` to be `list[str]`
- Added `track_id: int`, `related_users: list[User]`, `current_user_attributes: CurrentUserAttributes`, `description: BeatmapDescription`, `genre: BeatmapGenre`, `language: BeatmapLanguage`, `converts: list[Beatmap]` to `Beatmapset` object
- Add beatmap-related fields to `CurrentUserAttributes`