From 4a8ecdf158bbe97a89d7abb966959e32e7db0283 Mon Sep 17 00:00:00 2001 From: Miwory Date: Wed, 17 Dec 2025 21:09:34 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=20=D0=BE=D1=82=D0=B2=D0=B5=D1=82=20=D0=BE=D1=82=20?= =?UTF-8?q?Get=20Streams?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- src/twitchclient/schema.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ecc0540..e723176 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "twitchclient" -version = "1.0.3" +version = "1.0.4" description = "Client for Twitch API" readme = "README.md" authors = [ diff --git a/src/twitchclient/schema.py b/src/twitchclient/schema.py index 3bca79b..08cf8dc 100644 --- a/src/twitchclient/schema.py +++ b/src/twitchclient/schema.py @@ -1263,6 +1263,7 @@ class Stream(BaseSchema): type: Literal['live'] title: str tags: list[str] + tag_ids: list[str] = Field(..., deprecated=True) viewer_count: int started_at: datetime language: str -- 2.47.2