Skip to content

Commit d31e25f

Browse files
committed
Revert #38778
1 parent cae17c2 commit d31e25f

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/beam_PostCommit_Python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
beam_PostCommit_Python:
5656
name: ${{ matrix.job_name }} (${{ matrix.job_phrase }} ${{ matrix.python_version }}) (${{ join(matrix.os, ', ') }})
5757
runs-on: ${{ matrix.os }}
58-
timeout-minutes: 360
58+
timeout-minutes: 240
5959
strategy:
6060
fail-fast: false
6161
matrix:

sdks/python/setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,10 @@ def get_portability_package_data():
526526
'google-api-core>=2.0.0,<3',
527527
'google-apitools>=0.5.31,<0.5.32; python_version < "3.13"',
528528
'google-apitools>=0.5.35; python_version >= "3.13"',
529-
'google-auth>=2.0.0,<3',
529+
# NOTE: Maintainers, please do not require google-auth>=2.x.x
530+
# Until this issue is closed
531+
# https://github.com/googleapis/google-cloud-python/issues/10566
532+
'google-auth>=1.18.0,<3',
530533
'google-auth-httplib2>=0.1.0,<0.3.0',
531534
'google-cloud-datastore>=2.0.0,<3',
532535
'google-cloud-pubsub>=2.1.0,<3',

0 commit comments

Comments
 (0)