This commit is contained in:
2025-11-26 01:32:50 +03:00
parent fee6826f79
commit c3b4602ed1
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[project] [project]
name = "osuclient" name = "osuclient"
version = "0.2.0" version = "0.2.1"
description = "Client for osu! API" description = "Client for osu! API"
readme = "README.md" readme = "README.md"
authors = [ authors = [

View File

@ -576,7 +576,7 @@ class GetUserSchema(UserExtended):
country: Country country: Country
# cover # cover
favourite_beatmapset_count: int favourite_beatmapset_count: int
follow_user_mapping: list[int] # follow_user_mapping: list[int]
follower_count: int follower_count: int
graveyard_beatmapset_count: int graveyard_beatmapset_count: int
groups: list[UserGroup] groups: list[UserGroup]
@ -597,7 +597,7 @@ class GetUserSchema(UserExtended):
scores_best_count: int scores_best_count: int
scores_first_count: int scores_first_count: int
scores_recent_count: int scores_recent_count: int
session_verified: bool # session_verified: bool
statistics: UserStatistics statistics: UserStatistics
support_level: int support_level: int
# user_achievements # user_achievements