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