File tree Expand file tree Collapse file tree
apache_beam/runners/dataflow/internal Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636
3737# Update this version to the next version whenever there is a change that will
3838# require changes to legacy Dataflow worker execution environment.
39- BEAM_CONTAINER_VERSION = 'beam-master-20220609 '
39+ BEAM_CONTAINER_VERSION = 'beam-master-20220512 '
4040# Update this version to the next version whenever there is a change that
4141# requires changes to SDK harness container or SDK harness launcher.
42- BEAM_FNAPI_CONTAINER_VERSION = 'beam-master-20220609 '
42+ BEAM_FNAPI_CONTAINER_VERSION = 'beam-master-20220512 '
4343
4444DATAFLOW_CONTAINER_IMAGE_REPOSITORY = 'gcr.io/cloud-dataflow/v1beta3'
4545
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ crcmod==1.7
3838cryptography==37.0.2
3939Cython==0.29.28
4040deprecation==2.1.0
41- dill==0.3.5 .1
41+ dill==0.3.1 .1
4242docker==5.0.3
4343docopt==0.6.2
4444execnet==1.9.0
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ crcmod==1.7
3737cryptography==37.0.2
3838Cython==0.29.28
3939deprecation==2.1.0
40- dill==0.3.5 .1
40+ dill==0.3.1 .1
4141docker==5.0.3
4242docopt==0.6.2
4343execnet==1.9.0
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ crcmod==1.7
3737cryptography==37.0.2
3838Cython==0.29.28
3939deprecation==2.1.0
40- dill==0.3.5 .1
40+ dill==0.3.1 .1
4141docker==5.0.3
4242docopt==0.6.2
4343execnet==1.9.0
Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ def get_portability_package_data():
211211 # using older version of dill. It is best to use the same version of
212212 # dill on client and server, therefore list of allowed versions is very
213213 # narrow. See: https://github.com/uqfoundation/dill/issues/341.
214- 'dill>=0.3.5 .1,<0.3.6 ' ,
214+ 'dill>=0.3.1 .1,<0.3.2 ' ,
215215 'cloudpickle>=2.1.0,<3' ,
216216 'fastavro>=0.23.6,<2' ,
217217 'grpcio>=1.33.1,<2' ,
You can’t perform that action at this time.
0 commit comments