@@ -32,6 +32,12 @@ exceptiongroup==1.0.0rc2 \
32
32
--hash =sha256:4d254b05231bed1d43079bdcfe0f1d66c0ab4783e6777a329355f9b78de3ad83 \
33
33
--hash =sha256:83e465152bd0bc2bc40d9b75686854260f86946bb947c652b5cafc31cdff70e7
34
34
# via cattrs
35
+ # This requirement duplicates the line below, without an extra. We need this to
36
+ # work around https://github.com/pypa/pip/issues/9644 because we can't use
37
+ # --no-deps when this gets installed by GCF
38
+ google-api-core == 2.7.1 \
39
+ --hash =sha256:6be1fc59e2a7ba9f66808bbc22f976f81e4c3e7ab20fa0620ce42686288787d0 \
40
+ --hash =sha256:b0fa577e512f0c8e063386b974718b8614586a798c5894ed34bedf256d9dae24
35
41
google-api-core [grpc ]== 2.7.1 \
36
42
--hash =sha256:6be1fc59e2a7ba9f66808bbc22f976f81e4c3e7ab20fa0620ce42686288787d0 \
37
43
--hash =sha256:b0fa577e512f0c8e063386b974718b8614586a798c5894ed34bedf256d9dae24
@@ -121,6 +127,12 @@ google-resumable-media==2.3.2 \
121
127
# via
122
128
# google-cloud-bigquery
123
129
# google-cloud-storage
130
+ # This requirement duplicates the line below, without an extra. We need this to
131
+ # work around https://github.com/pypa/pip/issues/9644 because we can't use
132
+ # --no-deps when this gets installed by GCF
133
+ googleapis-common-protos == 1.56.0 \
134
+ --hash =sha256:4007500795bcfc269d279f0f7d253ae18d6dc1ff5d5a73613ffe452038b1ec5f \
135
+ --hash =sha256:60220c89b8bd5272159bed4929ecdc1243ae1f73437883a499a44a1cbc084086
124
136
googleapis-common-protos [grpc ]== 1.56.0 \
125
137
--hash =sha256:4007500795bcfc269d279f0f7d253ae18d6dc1ff5d5a73613ffe452038b1ec5f \
126
138
--hash =sha256:60220c89b8bd5272159bed4929ecdc1243ae1f73437883a499a44a1cbc084086
0 commit comments