Skip to content

Commit

Permalink
fix(deps): allow protobuf < 5.0.0 (#138)
Browse files Browse the repository at this point in the history
* fix(deps): allow protobuf < 5.0.0\nfix(deps): require proto-plus >= 1.22.0

* trigger ci
  • Loading branch information
parthea committed Aug 12, 2022
1 parent b0d2c47 commit 3aec32e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Expand Up @@ -29,11 +29,10 @@
release_status = "Development Status :: 4 - Beta"
dependencies = [
"google-api-core[grpc] >= 1.32.0, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*",
"protobuf >= 3.19.0, <4.0.0dev",
"protobuf >= 3.19.0, <5.0.0dev",
]

# Setup boilerplate below this line.

package_root = os.path.abspath(os.path.dirname(__file__))

readme_filename = os.path.join(package_root, "README.md")
Expand Down

0 comments on commit 3aec32e

Please sign in to comment.