Compare commits

...

2 Commits

Author SHA1 Message Date
25c7c0fc51 Merge pull request '1.0.4' (#5) from dev into latest
All checks were successful
Build And Publish Package / publish (push) Successful in 32s
Reviewed-on: #5
2025-12-17 21:09:58 +03:00
4a8ecdf158 Исправлен ответ от Get Streams 2025-12-17 21:09:34 +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