Skip to content

Commit 0ccf3d5

Browse files
committed
>=4
1 parent c250f4c commit 0ccf3d5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

livekit-api/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
install_requires=[
5252
"pyjwt>=2.0.0",
5353
"aiohttp>=3.9.0",
54-
"protobuf>=4,<6",
55-
"types-protobuf>=4,<6",
54+
"protobuf>=4",
55+
"types-protobuf>=4",
5656
"livekit-protocol~=1.0",
5757
],
5858
package_data={

livekit-protocol/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
packages=setuptools.find_namespace_packages(include=["livekit.*"]),
4646
python_requires=">=3.7.0",
4747
install_requires=[
48-
"protobuf>=4,<6",
49-
"types-protobuf>=4,<6",
48+
"protobuf>=4",
49+
"types-protobuf>=4",
5050
],
5151
package_data={
5252
"livekit.protocol": ["*.pyi", "**/*.pyi", "py.typed"],

0 commit comments

Comments
 (0)