Skip to content

Commit

Permalink
Fix mypy-protobuf version requirement (#84)
Browse files Browse the repository at this point in the history
Signed-off-by: Khor Shu Heng <khor.heng@go-jek.com>
  • Loading branch information
khorshuheng committed Jul 28, 2021
1 parent 756dc57 commit eb2775a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"google-cloud-dataproc==2.0.2",
"kubernetes==12.0.*",
"grpcio-tools==1.31.0",
"mypy-protobuf",
"mypy-protobuf==2.5",
"croniter==1.*",
]

Expand Down

0 comments on commit eb2775a

Please sign in to comment.