Skip to content

Commit

Permalink
Merge pull request #954 from apmorton/am/google-cloud-bigquery-storag…
Browse files Browse the repository at this point in the history
…e-protobuf

Fix google-cloud-bigquery-storage-core protobuf pin
  • Loading branch information
h-vetinari authored Jan 27, 2025
2 parents d1c03b2 + 97762a7 commit 7329362
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions recipe/patch_yaml/google-cloud-bigquery-storage.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Fix google-cloud-bigquery-storage-core protobuf pin
if:
name: google-cloud-bigquery-storage-core
timestamp_lt: 1738005502000
version_ge: 2.26.0
then:
- replace_depends:
old: protobuf >=3.19.5,<5.0.0dev,!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5
new: protobuf >=3.20.2,<6.0.0dev,!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5

0 comments on commit 7329362

Please sign in to comment.