Skip to content

Commit b9ef58d

Browse files
committed
Cherry-pick PR 12927 into release-2.25.0 branch
1 parent d28ab2e commit b9ef58d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

sdks/python/container/base_image_requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
avro==1.8.2;python_version<="2.7"
2727
avro-python3==1.8.2;python_version>="3.4"
28-
fastavro==0.23.3
28+
fastavro==1.0.0.post1
2929
crcmod==1.7
3030
dill==0.3.1.1
3131
future==0.18.2
@@ -34,7 +34,7 @@ grpcio==1.29.0
3434
hdfs==2.5.8
3535
httplib2==0.12.0
3636
mock==2.0.0
37-
oauth2client==3.0.0
37+
oauth2client==4.1.3
3838
protobuf==3.12.2
3939
pyarrow==0.16.0
4040
pydot==1.4.1

sdks/python/setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def get_version():
141141
# server, therefore list of allowed versions is very narrow.
142142
# See: https://github.com/uqfoundation/dill/issues/341.
143143
'dill>=0.3.1.1,<0.3.2',
144-
'fastavro>=0.21.4,<0.24',
144+
'fastavro>=0.21.4,<2',
145145
'funcsigs>=1.0.2,<2; python_version < "3.0"',
146146
'future>=0.18.2,<1.0.0',
147147
'futures>=3.2.0,<4.0.0; python_version < "3.0"',
@@ -151,7 +151,7 @@ def get_version():
151151
'mock>=1.0.1,<3.0.0',
152152
'numpy>=1.14.3,<2',
153153
'pymongo>=3.8.0,<4.0.0',
154-
'oauth2client>=2.0.1,<4',
154+
'oauth2client>=2.0.1,<5',
155155
'protobuf>=3.12.2,<4',
156156
# [BEAM-6287] pyarrow is not supported on Windows for Python 2
157157
('pyarrow>=0.15.1,<0.18.0; python_version >= "3.0" or '
@@ -199,7 +199,7 @@ def get_version():
199199
]
200200

201201
GCP_REQUIREMENTS = [
202-
'cachetools>=3.1.0,<4',
202+
'cachetools>=3.1.0,<5',
203203
'google-apitools>=0.5.31,<0.5.32',
204204
'google-auth>=1.18.0,<2',
205205
'google-cloud-datastore>=1.7.1,<2',

0 commit comments

Comments
 (0)