Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
fix(deps): require protobuf<4.0.0 on v1 branch (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Jun 7, 2022
1 parent 78f5b6b commit cf0ed9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -30,6 +30,7 @@
release_status = "Development Status :: 5 - Production/Stable"
dependencies = [
"google-api-core[grpc] >= 1.31.5, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.0",
"protobuf<4.0.0dev",
]
extras = {}

Expand Down

0 comments on commit cf0ed9f

Please sign in to comment.