Unverified Commit cdd03d25 authored by Daniel Mescheder's avatar Daniel Mescheder Committed by GitHub
Browse files

[CI/Build] Fix dependency conflict between model-hosting-container-standards and starlette (#32560)


Signed-off-by: default avatarDaniel Mescheder <dmesch@amazon.com>
Co-authored-by: default avatarDaniel Mescheder <dmesch@amazon.com>
parent 74c583bc
...@@ -32,6 +32,8 @@ albumentations==1.4.6 ...@@ -32,6 +32,8 @@ albumentations==1.4.6
# terratorch # terratorch
alembic==1.16.4 alembic==1.16.4
# via mlflow # via mlflow
annotated-doc==0.0.4
# via fastapi
annotated-types==0.7.0 annotated-types==0.7.0
# via pydantic # via pydantic
antlr4-python3-runtime==4.9.3 antlr4-python3-runtime==4.9.3
...@@ -206,7 +208,7 @@ encodec==0.1.1 ...@@ -206,7 +208,7 @@ encodec==0.1.1
# via vocos # via vocos
evaluate==0.4.3 evaluate==0.4.3
# via lm-eval # via lm-eval
fastapi==0.116.1 fastapi==0.128.0
# via # via
# gpt-oss # gpt-oss
# mlflow-skinny # mlflow-skinny
...@@ -1077,7 +1079,7 @@ sqlitedict==2.1.0 ...@@ -1077,7 +1079,7 @@ sqlitedict==2.1.0
# via lm-eval # via lm-eval
sqlparse==0.5.3 sqlparse==0.5.3
# via mlflow-skinny # via mlflow-skinny
starlette==0.46.2 starlette==0.50.0
# via # via
# fastapi # fastapi
# schemathesis # schemathesis
...@@ -1267,6 +1269,7 @@ typing-extensions==4.15.0 ...@@ -1267,6 +1269,7 @@ typing-extensions==4.15.0
# pytorch-lightning # pytorch-lightning
# sentence-transformers # sentence-transformers
# sqlalchemy # sqlalchemy
# starlette
# torch # torch
# torchgeo # torchgeo
# typer # typer
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment