diff --git a/pyproject.toml b/pyproject.toml index dc1c4e5..984d587 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "osuclient" -version = "0.2.0" +version = "0.2.1" description = "Client for osu! API" readme = "README.md" authors = [ diff --git a/src/osuclient/schema.py b/src/osuclient/schema.py index 6d57c00..1c85bc8 100644 --- a/src/osuclient/schema.py +++ b/src/osuclient/schema.py @@ -576,7 +576,7 @@ class GetUserSchema(UserExtended): country: Country # cover favourite_beatmapset_count: int - follow_user_mapping: list[int] + # follow_user_mapping: list[int] follower_count: int graveyard_beatmapset_count: int groups: list[UserGroup] @@ -597,7 +597,7 @@ class GetUserSchema(UserExtended): scores_best_count: int scores_first_count: int scores_recent_count: int - session_verified: bool + # session_verified: bool statistics: UserStatistics support_level: int # user_achievements