diff --git a/pyproject.toml b/pyproject.toml index 84795af..aa4de0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "osuclient" -version = "0.3.0" +version = "0.3.1" description = "Client for osu! API" readme = "README.md" authors = [ diff --git a/src/osuclient/schema.py b/src/osuclient/schema.py index 9bd16d4..66e5f7d 100644 --- a/src/osuclient/schema.py +++ b/src/osuclient/schema.py @@ -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