Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ classifiers = [
"Programming Language :: Python :: 3.12",
]
dependencies = [
"attrs>=23.1.0,<24",
"attrs>=24,<26",
"boto3>=1.35.75,<2.0",
"cloudpickle>=2.2.1",
"docker",
Expand Down
2 changes: 1 addition & 1 deletion requirements/extras/test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ stopit==1.1.2
apache-airflow==2.10.4
apache-airflow-providers-amazon==7.2.1
Flask-Limiter==3.11
attrs>=23.1.0,<24
attrs>=24,<26
fabric==3.2.2
requests==2.32.2
sagemaker-experiments==0.1.35
Expand Down
2 changes: 1 addition & 1 deletion src/sagemaker/serve/utils/conda_in_process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- fastapi>=0.111.0
- nest-asyncio
- pip>=23.0.1
- attrs>=23.1.0,<24
- attrs>=24,<26
- boto3>=1.34.142,<2.0
- cloudpickle==2.2.1
- google-pasta
Expand Down