From c38ae24d2f22e8924bbadf1a6388c2662851a60a Mon Sep 17 00:00:00 2001 From: Miwory Date: Fri, 6 Mar 2026 22:10:53 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D1=8B=20=D0=BE=D1=82=D1=81=D1=83=D1=82=D1=81=D1=82=D0=B2?= =?UTF-8?q?=D1=83=D1=8E=D1=89=D0=B8=D0=B5=20=D0=BF=D0=BE=D0=BB=D1=8F=20?= =?UTF-8?q?=D0=B2=20/user/oauth?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 6 +++--- src/oxidedonationalerts/schema.py | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 08796ac..8c222e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "oxidedonationalerts" -version = "1.0.0" +version = "1.0.1" description = "Client for DonationAlerts API" readme = "README.md" authors = [{ name = "Miwory", email = "miwory.uwu@gmail.com" }] @@ -13,7 +13,6 @@ build-backend = "uv_build" [dependency-groups] dev = [ - "ty>=0.0.17", "ruff>=0.15.0", "pyright>=1.1.408", "poethepoet>=0.40.0", @@ -33,8 +32,9 @@ explicit = true [tool.poe.tasks] _git = "git add ." _lint = "pre-commit run --all-files" +_ty = "uvx ty@latest check ." -lint = ["_git", "_lint"] +lint = ["_git", "_lint", "_ty"] check = "uv pip ls --outdated" major = "uv version --bump major" diff --git a/src/oxidedonationalerts/schema.py b/src/oxidedonationalerts/schema.py index 0917e51..8b8a0e3 100644 --- a/src/oxidedonationalerts/schema.py +++ b/src/oxidedonationalerts/schema.py @@ -30,8 +30,10 @@ class UserOauthData(BaseSchema): id: int code: str name: str + is_active: bool avatar: HttpUrl email: EmailStr + language: str socket_connection_token: str