Skip to content

Commit a880f58

Browse files
committed
Cloudpickle Revert
1 parent 5efe97d commit a880f58

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
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.35.75,<2.0",
36-
"cloudpickle>=2.2.1",
36+
"cloudpickle==2.2.1",
3737
"docker",
3838
"fastapi",
3939
"google-pasta",

requirements/extras/test_requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Jinja2==3.1.4
2424
pyvis==0.2.1
2525
pandas==1.4.4
2626
scikit-learn==1.3.0
27-
cloudpickle>=2.2.1
27+
cloudpickle==2.2.1
2828
jsonpickle<4.0.0
2929
PyYAML==6.0
3030
# TODO find workaround

src/sagemaker/serve/utils/conda_in_process.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies:
3939
- certifi==2022.12.7
4040
- charset-normalizer>=3.1.0
4141
- click>=8.1.3
42-
- cloudpickle>=2.2.1
42+
- cloudpickle==2.2.1
4343
- colorama>=0.4.4
4444
- contextlib2>=21.6.0
4545
- decorator>=5.1.1

src/sagemaker/serve/utils/in_process_requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cachetools>=5.3.0
77
certifi==2024.7.4
88
charset-normalizer>=3.1.0
99
click>=8.1.3
10-
cloudpickle>=2.2.1
10+
cloudpickle==2.2.1
1111
colorama>=0.4.4
1212
contextlib2>=21.6.0
1313
decorator>=5.1.1

tests/data/serve_resources/mlflow/pytorch/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
mlflow==2.13.2
22
astunparse==1.6.3
33
cffi==1.16.0
4-
cloudpickle>=2.2.1
4+
cloudpickle==2.2.1
55
defusedxml==0.7.1
66
dill==0.3.8
77
gmpy2==2.1.2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
mlflow==2.13.2
2-
cloudpickle>=2.2.1
2+
cloudpickle==2.2.1
33
numpy==1.26.4
44
tensorflow==2.16.1

0 commit comments

Comments
 (0)