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.cfg14
1 files changed, 7 insertions, 7 deletions
diff --git a/pw_protobuf_compiler/py/setup.cfg b/pw_protobuf_compiler/py/setup.cfg
index 09b0f7b14..8e3a6eca0 100644
--- a/pw_protobuf_compiler/py/setup.cfg
+++ b/pw_protobuf_compiler/py/setup.cfg
@@ -22,13 +22,13 @@ description = Pigweed protoc wrapper
packages = find:
zip_safe = False
install_requires =
- # NOTE: mypy needs to stay in sync with mypy-protobuf
- # Currently using mypy 0.910 and mypy-protobuf 2.9
- # This must also be specified in //pw_protobuf_compiler/BUILD.gn
- mypy-protobuf==2.9
- protobuf
- pw_cli
- types-protobuf
+ # NOTE: protobuf needs to stay in sync with mypy-protobuf
+ # Currently using mypy protobuf 3.20.1 and mypy-protobuf 3.3.0 (see
+ # constraint.list). These requirements should stay as >= the lowest version
+ # we support.
+ mypy-protobuf>=3.2.0
+ protobuf>=3.20.1
+ types-protobuf>=3.19.22
[options.package_data]
pw_protobuf_compiler = py.typed