diff --git a/udf/agent/py2/setup.py b/udf/agent/py2/setup.py index 8efb3bbc3..37c394be4 100644 --- a/udf/agent/py2/setup.py +++ b/udf/agent/py2/setup.py @@ -14,7 +14,7 @@ 'kapacitor.udf', ], install_requires=[ - "protobuf==3.17.3", + "protobuf==5.29.6", ], maintainer_email="support@influxdb.com", license="MIT",