diff --git a/setup.py b/setup.py index ccbaaddf..c13dff49 100644 --- a/setup.py +++ b/setup.py @@ -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",