Skip to content

Commit 5bfbb55

Browse files
committed
update pyyaml version constraint
1 parent 340ab3b commit 5bfbb55

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
urllib3>=1.26.8,<3.0.0
22
docker>=5.0.2,<8.0.0
3-
PyYAML>=5.4.1,<7
3+
PyYAML>=6.0.1,<7

requirements/extras/test_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ pandas==1.4.4
2626
scikit-learn==1.3.0
2727
cloudpickle==2.2.1
2828
jsonpickle<4.0.0
29-
PyYAML==6.0
29+
PyYAML>=6.0.1
3030
# TODO find workaround
3131
xgboost>=1.6.2,<=1.7.6
3232
pillow>=10.0.1,<=11

src/sagemaker/serve/utils/conda_in_process.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies:
2020
- pandas
2121
- pathos
2222
- schema
23-
- PyYAML~=6.0
23+
- PyYAML>=6.0.1
2424
- jsonschema
2525
- platformdirs
2626
- tblib>=1.7.0,<4

src/sagemaker/serve/utils/in_process_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ pyrsistent>=0.19.3
5050
python-dateutil>=2.8.2
5151
pytz>=2023.3
5252
pytz-deprecation-shim>=0.1.0.post0
53-
pyyaml>=5.4.1
53+
pyyaml>=6.0.1
5454
regex>=2023.3.23
5555
requests>=2.28.2
5656
rich>=13.3.4

0 commit comments

Comments
 (0)