1.0.4 #5

Merged
Miwory merged 1 commits from dev into latest 2025-12-17 21:09:59 +03:00
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[project]
name = "twitchclient"
version = "1.0.3"
version = "1.0.4"
description = "Client for Twitch API"
readme = "README.md"
authors = [

View File

@ -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