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