Skip to content

Commit e10d35e

Browse files
benhammondmusiceriwarreriwarr
authored
Revert package bump python (#4531)
- revert package upgrade that was breaking due to conflict - force PR python tests to run on changes to python package requirements --------- Co-authored-by: Eric M Warren II <eric.m.warren1@gmail.com> Co-authored-by: eriwarr <eric.mwarren1@gmail.com>
1 parent 2a822cd commit e10d35e

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/runPytest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
- 'python/**'
1616
- 'run_gcs_to_bq/**'
1717
- 'run_ingestion/**'
18+
- 'shared_requirements/**'
1819

1920
jobs:
2021
build:

shared_requirements/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ google-crc32c==1.7.1
2323
google-resumable-media
2424
googleapis-common-protos[grpc]==1.71.0
2525
grpc-google-iam-v1==0.14.0
26-
grpcio-status==1.76.0
26+
grpcio-status==1.66.2
2727
grpcio==1.76.0
2828
gunicorn==23.0.0
2929
idna
@@ -44,7 +44,7 @@ pandas==2.3.3
4444
platformdirs==4.5.0
4545
pluggy==1.6.0
4646
proto-plus==1.26.0
47-
protobuf
47+
protobuf>=3.20.2,<6.0.0
4848
pyarrow==18.1.0
4949
pyasn1-modules==0.4.1
5050
pyasn1==0.6.1

0 commit comments

Comments
 (0)