@@ -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
201201GCP_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