Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix(deps): widen version range on google-cloud-logging (#133)
In response to GoogleCloudPlatform/getting-started-python#361 and GoogleCloudPlatform/getting-started-python#357.

Given the libraries adhere to semantic versioning it should be fine to use `google-cloud-logging<3.0.0dev`.
  • Loading branch information
busunkim96 committed Jun 16, 2021
1 parent 3b3cd36 commit c5e87bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -29,7 +29,7 @@
# 'Development Status :: 5 - Production/Stable'
release_status = "Development Status :: 4 - Beta"
dependencies = [
"google-cloud-logging>=1.14.0, <2.5",
"google-cloud-logging>=1.14.0, <3.0.0dev",
"google-api-core[grpc] >= 1.22.2, < 2.0.0dev",
"proto-plus >= 1.4.0",
"packaging >= 14.3",
Expand Down

0 comments on commit c5e87bb

Please sign in to comment.