diff --git a/python/setup.py b/python/setup.py index 456a45a..6999701 100644 --- a/python/setup.py +++ b/python/setup.py @@ -25,6 +25,6 @@ 'Operating System :: Other OS', ], install_requires=[ - 'protobuf==3.3.0', + 'protobuf==5.29.6', ] )