Фикс
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "osuclient"
|
||||
version = "0.6.0"
|
||||
version = "0.6.1"
|
||||
description = "Client for osu! API"
|
||||
readme = "README.md"
|
||||
authors = [
|
||||
|
||||
@ -398,3 +398,7 @@ class GetUser(User):
|
||||
rankHistory: RankHistory
|
||||
ranked_and_approved_beatmapset_count: int
|
||||
unranked_beatmapset_count: int
|
||||
|
||||
|
||||
class UserBeatmapScores(BaseModel):
|
||||
scores: list[Score]
|
||||
|
||||
Reference in New Issue
Block a user