From b857b5ac24d269cbb12dfda83245e591b4def608 Mon Sep 17 00:00:00 2001 From: Ryan Barrett Date: Thu, 31 Dec 2020 08:10:04 -0800 Subject: [PATCH] switch google-cloud-logging back to 1.x ...temporarily, until we figure out https://github.com/googleapis/python-logging/issues/110. --- oauth_dropins/webutil | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/oauth_dropins/webutil b/oauth_dropins/webutil index 13e29b99..7063e829 160000 --- a/oauth_dropins/webutil +++ b/oauth_dropins/webutil @@ -1 +1 @@ -Subproject commit 13e29b99f92eac15cbd6e619fbc0cfa88fbd3332 +Subproject commit 7063e82916d5314b53abf0d8e938f775065ae2e7 diff --git a/requirements.txt b/requirements.txt index 7f223056..650972fc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ # # Use this to bust that cache: gcloud -q beta app deploy --no-cache ... git+https://github.com/dvska/gdata-python3.git#egg=gdata -google-cloud-logging~=2.0.1 +google-cloud-logging~=1.15 gunicorn~=20.0 mox3~=1.1