Skip to content

Commit c5e87bb

Browse files
authored
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`.
1 parent 3b3cd36 commit c5e87bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# 'Development Status :: 5 - Production/Stable'
3030
release_status = "Development Status :: 4 - Beta"
3131
dependencies = [
32-
"google-cloud-logging>=1.14.0, <2.5",
32+
"google-cloud-logging>=1.14.0, <3.0.0dev",
3333
"google-api-core[grpc] >= 1.22.2, < 2.0.0dev",
3434
"proto-plus >= 1.4.0",
3535
"packaging >= 14.3",

0 commit comments

Comments
 (0)