Skip to content

Commit 68a35e1

Browse files
committed
Downgrading logging from 1.0.0 to 0.24.0.
This is temporary as googleapis#2674 is still being sorted out. This way we don't block an umbrella release or the release of error reporting.
1 parent 8c354a1 commit 68a35e1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

error_reporting/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
REQUIREMENTS = [
5454
'google-cloud-core >= 0.24.0, < 0.25dev',
55-
'google-cloud-logging >= 1.0.0, < 2.0dev',
55+
'google-cloud-logging >= 0.24.0, < 0.25dev',
5656
'gapic-google-cloud-error-reporting-v1beta1 >= 0.15.0, < 0.16dev'
5757
]
5858

logging/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@
5252

5353
REQUIREMENTS = [
5454
'google-cloud-core >= 0.24.0, < 0.25dev',
55-
'grpcio >= 1.0.2, < 2.0dev',
55+
'grpcio >= 1.2.0, < 2.0dev',
5656
'gapic-google-cloud-logging-v2 >= 0.91.0, < 0.92dev',
5757
]
5858

5959
setup(
6060
name='google-cloud-logging',
61-
version='1.0.0',
61+
version='0.24.0',
6262
description='Python Client for Stackdriver Logging',
6363
long_description=README,
6464
namespace_packages=[

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
'google-cloud-dns >= 0.24.0, < 0.25dev',
5858
'google-cloud-error-reporting >= 0.24.0, < 0.25dev',
5959
'google-cloud-language >= 0.24.0, < 0.25dev',
60-
'google-cloud-logging >= 1.0.0, < 2.0dev',
60+
'google-cloud-logging >= 0.24.0, < 0.25dev',
6161
'google-cloud-monitoring >= 0.24.0, < 0.25dev',
6262
'google-cloud-pubsub >= 0.24.0, < 0.25dev',
6363
'google-cloud-resource-manager >= 0.24.0, < 0.25dev',

0 commit comments

Comments
 (0)