Skip to content

Commit

Permalink
raise protobuf version to match generator
Browse files Browse the repository at this point in the history
  • Loading branch information
davidzhao committed Dec 29, 2024
1 parent a523449 commit 66c2121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion livekit-rtc/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def finalize_options(self):
license="Apache-2.0",
packages=setuptools.find_namespace_packages(include=["livekit.*"]),
python_requires=">=3.9.0",
install_requires=["protobuf>=5", "types-protobuf>=3"],
install_requires=["protobuf>=5.26.1", "types-protobuf>=3"],
package_data={
"livekit.rtc": ["_proto/*.py", "py.typed", "*.pyi", "**/*.pyi"],
"livekit.rtc.resources": ["*.so", "*.dylib", "*.dll", "LICENSE.md", "*.h"],
Expand Down

0 comments on commit 66c2121

Please sign in to comment.