Skip to content

Commit 37bff61

Browse files
tvalentynpabloem
authored andcommitted
Rollback dill.
1 parent 3dc8c63 commit 37bff61

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

sdks/python/apache_beam/runners/dataflow/internal/names.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@
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

4444
DATAFLOW_CONTAINER_IMAGE_REPOSITORY = 'gcr.io/cloud-dataflow/v1beta3'
4545

sdks/python/container/py37/base_image_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ crcmod==1.7
3838
cryptography==37.0.2
3939
Cython==0.29.28
4040
deprecation==2.1.0
41-
dill==0.3.5.1
41+
dill==0.3.1.1
4242
docker==5.0.3
4343
docopt==0.6.2
4444
execnet==1.9.0

sdks/python/container/py38/base_image_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ crcmod==1.7
3737
cryptography==37.0.2
3838
Cython==0.29.28
3939
deprecation==2.1.0
40-
dill==0.3.5.1
40+
dill==0.3.1.1
4141
docker==5.0.3
4242
docopt==0.6.2
4343
execnet==1.9.0

sdks/python/container/py39/base_image_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ crcmod==1.7
3737
cryptography==37.0.2
3838
Cython==0.29.28
3939
deprecation==2.1.0
40-
dill==0.3.5.1
40+
dill==0.3.1.1
4141
docker==5.0.3
4242
docopt==0.6.2
4343
execnet==1.9.0

sdks/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)