Skip to content

Commit 8709d9e

Browse files
authored
update cloudpickle version to >=2.2.1 in pyproject.toml (#4899)
1 parent 53053bf commit 8709d9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ classifiers = [
3333
dependencies = [
3434
"attrs>=23.1.0,<24",
3535
"boto3>=1.34.142,<2.0",
36-
"cloudpickle==2.2.1",
36+
"cloudpickle>=2.2.1",
3737
"docker",
3838
"google-pasta",
3939
"importlib-metadata>=1.4.0,<7.0",

0 commit comments

Comments
 (0)