Фикс best_id

This commit is contained in:
2025-11-26 12:30:47 +03:00
parent 5510f85d94
commit 90ac7ab83b
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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