We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fcfa12 commit ea700a4Copy full SHA for ea700a4
setup.py
@@ -29,8 +29,8 @@ def get_version() -> str:
29
download_url="https://github.com/dropbox/mypy-protobuf/archive/v%s.tar.gz" % version,
30
install_requires=[
31
"protobuf>=3.17.3",
32
- "types-protobuf==3.17.3",
33
- "grpcio-tools==1.38.1",
+ "types-protobuf>=3.17.3",
+ "grpcio-tools>=1.38.1",
34
],
35
entry_points={
36
"console_scripts": [
0 commit comments