Merge pull request '1.0.4' (#5) from dev into latest
All checks were successful
Build And Publish Package / publish (push) Successful in 32s
All checks were successful
Build And Publish Package / publish (push) Successful in 32s
Reviewed-on: #5
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "twitchclient"
|
name = "twitchclient"
|
||||||
version = "1.0.3"
|
version = "1.0.4"
|
||||||
description = "Client for Twitch API"
|
description = "Client for Twitch API"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
authors = [
|
authors = [
|
||||||
|
|||||||
@ -1263,6 +1263,7 @@ class Stream(BaseSchema):
|
|||||||
type: Literal['live']
|
type: Literal['live']
|
||||||
title: str
|
title: str
|
||||||
tags: list[str]
|
tags: list[str]
|
||||||
|
tag_ids: list[str] = Field(..., deprecated=True)
|
||||||
viewer_count: int
|
viewer_count: int
|
||||||
started_at: datetime
|
started_at: datetime
|
||||||
language: str
|
language: str
|
||||||
|
|||||||
Reference in New Issue
Block a user