Skip to content

Commit 2226ea8

Browse files
committed
use v0.3.18 or greater of the pittgoogle-client
1 parent 8447ecb commit 2226ea8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

broker/cloud_run/lsst/classify_snn/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pandas==1.5.1
22
numpy==1.23.3
33
google-cloud-functions
44
google-cloud-logging
5-
pittgoogle-client>=0.3.15
5+
pittgoogle-client>=0.3.18
66

77
# for Cloud Run
88
# https://cloud.google.com/run/docs/quickstarts/build-and-deploy/deploy-python-service

broker/cloud_run/lsst/classify_upsilon/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# file (or packaged with the function) in the same directory as `main.py`
55

66
google-cloud-logging
7-
pittgoogle-client>=0.3.15
7+
pittgoogle-client>=0.3.18
88
upsilon
99
# required by upsilon
1010
# https://github.com/dwkim78/upsilon?tab=readme-ov-file#1-dependency

broker/cloud_run/lsst/ps_to_storage/requirements.txt

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

66
google-cloud-logging
77
google-cloud-storage
8-
pittgoogle-client>=0.3.15
8+
pittgoogle-client>=0.3.18
99

1010
# for Cloud Run
1111
# https://cloud.google.com/run/docs/quickstarts/build-and-deploy/deploy-python-service

broker/cloud_run/lsst/variability/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# file (or packaged with the function) in the same directory as `main.py`
55

66
google-cloud-logging
7-
pittgoogle-client>=0.3.15
7+
pittgoogle-client>=0.3.18
88

99
# for Cloud Run
1010
# https://cloud.google.com/run/docs/quickstarts/build-and-deploy/deploy-python-service

0 commit comments

Comments
 (0)