Skip to content
Merged
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
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,10 @@ dependencies = [

# mlflow-skinny: used for interacting with the Gitlab model registry. We use the "skinny" version that does not have unnecessary dependencies.
# mlflow dependency is necessary for importing. However, all of mlflow's dependencies that don't overlap with mlflow-skinny are excluded below.
# Updated Sun Jun 22, 2026 with mlflow>=3.14.0 (CVE remediation)
# Updated Mon Aug 04, 2026 with mlflow>=3.15.1 (security bump)
# License: Apache 2.0 https://github.com/mlflow/mlflow/blob/c6ce84e817897e1a0461632f8a06d4e5e4ac3726/LICENSE.txt
"mlflow-skinny>=3.14.0",
"mlflow>=3.14.0",
"mlflow-skinny>=3.15.1",
"mlflow>=3.15.1",

# aiohttp: async http backend
# Updated Sun Jun 29, 2026 with aiohttp>=3.14.1 (CVE mitigation)
Expand Down
22 changes: 11 additions & 11 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading