Skip to content

Commit baf1601

Browse files
authored
Update Attrs version to widen support (#5185)
* Update Attrs version to widen support **Description** #5075 **Testing Done** Running unit and integ tests Unit and integ tests passing indicate that this version upgrade does not break anything * Update version in conda_in_process.yml * Update test requirements * MLFlow update version --- Tested by : Running unit and integ tests
1 parent f6a5050 commit baf1601

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ classifiers = [
3131
"Programming Language :: Python :: 3.12",
3232
]
3333
dependencies = [
34-
"attrs>=23.1.0,<24",
34+
"attrs>=24,<26",
3535
"boto3>=1.35.75,<2.0",
3636
"cloudpickle>=2.2.1",
3737
"docker",

requirements/extras/test_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ stopit==1.1.2
1717
apache-airflow==2.10.4
1818
apache-airflow-providers-amazon==7.2.1
1919
Flask-Limiter==3.11
20-
attrs>=23.1.0,<24
20+
attrs>=24,<26
2121
fabric==3.2.2
2222
requests==2.32.2
2323
sagemaker-experiments==0.1.35

src/sagemaker/serve/utils/conda_in_process.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
- fastapi>=0.111.0
99
- nest-asyncio
1010
- pip>=23.0.1
11-
- attrs>=23.1.0,<24
11+
- attrs>=24,<26
1212
- boto3>=1.34.142,<2.0
1313
- cloudpickle==2.2.1
1414
- google-pasta

0 commit comments

Comments
 (0)