Skip to content

Commit a82b4c9

Browse files
committed
Update importlib-metadata versuib
1 parent c71995f commit a82b4c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies = [
3737
"docker",
3838
"fastapi",
3939
"google-pasta",
40-
"importlib-metadata>=1.4.0,<7.0",
40+
"importlib-metadata>=1.4.0,<9.0",
4141
"jsonschema",
4242
"numpy==1.26.4",
4343
"omegaconf>=2.2,<3",

src/sagemaker/serve/utils/conda_in_process.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
- numpy==1.26.4
1616
- protobuf>=3.12,<5.0
1717
- smdebug_rulesconfig==1.0.1
18-
- importlib-metadata>=1.4.0,<7.0
18+
- importlib-metadata>=1.4.0,<9.0
1919
- packaging>=23.0,<25
2020
- pandas
2121
- pathos

0 commit comments

Comments
 (0)