Skip to content

Commit 333e99d

Browse files
livekit-rtc v0.10.0; livekit-protocol v0.5.0; livekit-api v0.5.0 (#193)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f657c45 commit 333e99d

File tree

10 files changed

+137
-97
lines changed

10 files changed

+137
-97
lines changed

livekit-api/livekit/api/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.4"
1+
__version__ = "0.5.0"

livekit-api/setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@
4747
keywords=["webrtc", "realtime", "audio", "video", "livekit"],
4848
license="Apache-2.0",
4949
packages=setuptools.find_namespace_packages(include=["livekit.*"]),
50-
python_requires=">=3.8.0",
50+
python_requires=">=3.9.0",
5151
install_requires=[
5252
"pyjwt>=2.0.0",
5353
"aiohttp>=3.9.0",
5454
"protobuf>=3",
5555
"types-protobuf>=4,<5",
56-
"livekit-protocol>=0.3.0,<1",
56+
"livekit-protocol>=0.5.0,<1",
5757
],
5858
package_data={
5959
"livekit.api": ["py.typed", "*.pyi", "**/*.pyi"],

livekit-protocol/livekit/protocol/ingress.py

+24-24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

livekit-protocol/livekit/protocol/ingress.pyi

+4-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)