Фикс best_id
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "osuclient"
|
name = "osuclient"
|
||||||
version = "0.3.0"
|
version = "0.3.1"
|
||||||
description = "Client for osu! API"
|
description = "Client for osu! API"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [
|
authors = [
|
||||||
|
|||||||
@ -287,7 +287,7 @@ class Score(BaseModel):
|
|||||||
model_config = ConfigDict(extra='forbid')
|
model_config = ConfigDict(extra='forbid')
|
||||||
|
|
||||||
accuracy: float
|
accuracy: float
|
||||||
best_id: int
|
best_id: int | None
|
||||||
created_at: str
|
created_at: str
|
||||||
id: int
|
id: int
|
||||||
max_combo: int
|
max_combo: int
|
||||||
|
|||||||
Reference in New Issue
Block a user