From 90ac7ab83b8164d94b1582561a150acde0cba52b Mon Sep 17 00:00:00 2001 From: Miwory Date: Wed, 26 Nov 2025 12:30:47 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=B8=D0=BA=D1=81=20best=5Fid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- src/osuclient/schema.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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