Skip to content

Commit ea700a4

Browse files
authored
Switch mypy-protobuf typing dependencies to >= (#265)
Fixes #264
1 parent 3fcfa12 commit ea700a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ def get_version() -> str:
2929
download_url="https://github.com/dropbox/mypy-protobuf/archive/v%s.tar.gz" % version,
3030
install_requires=[
3131
"protobuf>=3.17.3",
32-
"types-protobuf==3.17.3",
33-
"grpcio-tools==1.38.1",
32+
"types-protobuf>=3.17.3",
33+
"grpcio-tools>=1.38.1",
3434
],
3535
entry_points={
3636
"console_scripts": [

0 commit comments

Comments
 (0)