From 7cbc08f35f7b6ee6ededa6fd16a351c5e2fec290 Mon Sep 17 00:00:00 2001 From: Miwory Date: Fri, 19 Dec 2025 23:09:23 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A4=D0=B8=D0=BA=D1=81=20=D1=82=D0=B8=D0=BF?= =?UTF-8?q?=D0=B0=20=D0=BD=D0=B0=D0=B3=D1=80=D0=B0=D0=B4=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- src/twitchclient/schema.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6221a41..03abc0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "twitchclient" -version = "1.0.5" +version = "1.0.6" description = "Client for Twitch API" readme = "README.md" authors = [ diff --git a/src/twitchclient/schema.py b/src/twitchclient/schema.py index 6477f13..e85b9a8 100644 --- a/src/twitchclient/schema.py +++ b/src/twitchclient/schema.py @@ -309,7 +309,7 @@ class CustomReward(BaseSchema): broadcaster_id: int broadcaster_login: str broadcaster_name: str - id: int + id: str title: str prompt: str cost: int