Skip to content
Open
Show file tree
Hide file tree
Changes from all 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 src/backend/requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
fastapi>=0.110.2,<0.119.0
uvicorn>=0.46.0
uvicorn>=0.49.0
python-multipart>=0.0.27
flask-cors>=5.0.0
python-dotenv>=1.0.1
Expand Down
6 changes: 3 additions & 3 deletions src/backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2758,9 +2758,9 @@ urllib3==2.6.3 \
# databricks-sql-connector
# docker
# requests
uvicorn==0.46.0 \
--hash=sha256:bbebbcbed972d162afca128605223022bedd345b7bc7855ce66deb31487a9048 \
--hash=sha256:fb9da0926999cc6cb22dc7cd71a94a632f078e6ae47ff683c5c420750fb7413d
uvicorn==0.49.0 \
--hash=sha256:ba3d14c3ee7e41c6c654c46c9eb489d33213cdd30aa1696eab1374337c13f68f \
--hash=sha256:ebf4271aa580d9de97f93192d4595176df6e91f9aae919ca73e4fc07df1e66a3
# via
# -r src/backend/requirements.in
# mlflow-skinny
Expand Down
6 changes: 3 additions & 3 deletions src/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2987,9 +2987,9 @@ urllib3==2.6.3 \
# databricks-sql-connector
# docker
# requests
uvicorn==0.46.0 \
--hash=sha256:bbebbcbed972d162afca128605223022bedd345b7bc7855ce66deb31487a9048 \
--hash=sha256:fb9da0926999cc6cb22dc7cd71a94a632f078e6ae47ff683c5c420750fb7413d
uvicorn==0.49.0 \
--hash=sha256:ba3d14c3ee7e41c6c654c46c9eb489d33213cdd30aa1696eab1374337c13f68f \
--hash=sha256:ebf4271aa580d9de97f93192d4595176df6e91f9aae919ca73e4fc07df1e66a3
# via
# -r src/backend/requirements.in
# mlflow-skinny
Expand Down