Skip to content

Commit 6043052

Browse files
authored
Release 0.19.0 (#31)
* Release python-server-sdk 0.19.0 * Bump protos * Generate openapi schema * Add missing room-manager dependency
1 parent 36fd888 commit 6043052

File tree

5 files changed

+75
-16
lines changed

5 files changed

+75
-16
lines changed

fishjam/_openapi_client/models/viewer_token.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
@_attrs_define
1010
class ViewerToken:
11-
"""Token for authorizing livestream viewer connection"""
11+
"""Token for authorizing broadcaster viewer connection"""
1212

1313
token: str
1414
"""None"""

fishjam/events/_protos/fishjam/__init__.py

Lines changed: 42 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

poetry.lock

Lines changed: 29 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fishjam-server-sdk"
3-
version = "0.18.0"
3+
version = "0.19.0"
44
description = "Python server SDK for the Fishjam"
55
authors = ["Fishjam Team"]
66
homepage = "https://github.com/fishjam-cloud/python-server-sdk"
@@ -18,6 +18,7 @@ python-dateutil = "^2.8.2"
1818
betterproto = "2.0.0b6"
1919
httpx = ">=0.20.0,<0.26.0"
2020
attrs = ">=21.3.0"
21+
flask-cors = "^6.0.1"
2122

2223
[tool.poetry.group.dev.dependencies]
2324
betterproto = { version = "= 2.0.0b6", extras = ["compiler"] }

0 commit comments

Comments
 (0)