aboutsummaryrefslogtreecommitdiff
path: root/pw_protobuf_compiler/py/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'pw_protobuf_compiler/py/setup.cfg')
-rw-r--r--pw_protobuf_compiler/py/setup.cfg11
1 files changed, 5 insertions, 6 deletions
diff --git a/pw_protobuf_compiler/py/setup.cfg b/pw_protobuf_compiler/py/setup.cfg
index 11bc544c1..b679dd65f 100644
--- a/pw_protobuf_compiler/py/setup.cfg
+++ b/pw_protobuf_compiler/py/setup.cfg
@@ -23,13 +23,12 @@ packages = find:
zip_safe = False
install_requires =
# NOTE: protobuf needs to stay in sync with mypy-protobuf
- # Currently using mypy protobuf 3.20.3 and mypy-protobuf 3.3.0 (see
- # constraint.list). These requirements should stay as >= the lowest version
- # we support.
- mypy-protobuf>=3.2.0,<3.4.0
+ # Currently using mypy protobuf 3.5.0 (see constraint.list). These
+ # requirements should stay as >= the lowest version we support.
+ mypy-protobuf>=3.5.0,<3.6.0
# This is also specified in //pw_protobuf/py/setup.cfg
- protobuf~=3.20.1
- types-protobuf>=3.19.22,<4.0.0
+ protobuf~=4.24.4
+ types-protobuf>=4.24.0.0,<5.0.0
[options.package_data]
pw_protobuf_compiler = py.typed