From 0848b40a17f85823e75a2840bed30e47146b66af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 05:56:12 +0000 Subject: [PATCH] Bump mlflow from 2.6.0 to 2.7.1 in /runtimes/mlflow Bumps [mlflow](https://github.com/mlflow/mlflow) from 2.6.0 to 2.7.1. - [Release notes](https://github.com/mlflow/mlflow/releases) - [Changelog](https://github.com/mlflow/mlflow/blob/master/CHANGELOG.md) - [Commits](https://github.com/mlflow/mlflow/compare/v2.6.0...v2.7.1) --- updated-dependencies: - dependency-name: mlflow dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- runtimes/mlflow/poetry.lock | 12 ++++++------ runtimes/mlflow/pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/runtimes/mlflow/poetry.lock b/runtimes/mlflow/poetry.lock index 70bef7343..e4e744cb3 100644 --- a/runtimes/mlflow/poetry.lock +++ b/runtimes/mlflow/poetry.lock @@ -1868,13 +1868,13 @@ python-dateutil = ">=2.7" [[package]] name = "mlflow" -version = "2.6.0" +version = "2.7.1" description = "MLflow: A Platform for ML Development and Productionization" optional = false python-versions = ">=3.8" files = [ - {file = "mlflow-2.6.0-py3-none-any.whl", hash = "sha256:3fc90da77be154f13ad306d94efc6ac77d504107f9085e1262c8c3e259521e79"}, - {file = "mlflow-2.6.0.tar.gz", hash = "sha256:fd569232e65d69c0cb7006847b1a1bd80831bf0e19378052a44ee5c0ae349182"}, + {file = "mlflow-2.7.1-py3-none-any.whl", hash = "sha256:d9b9f0f32d495f6abbd4068ce9af4a06d08cfafdbaf575248304af1a4ae070ec"}, + {file = "mlflow-2.7.1.tar.gz", hash = "sha256:853b2038496fb8f85cad205943dede877f65ab86e856f296587885dafcef643d"}, ] [package.dependencies] @@ -1898,7 +1898,7 @@ numpy = "<2" packaging = "<24" pandas = "<3" protobuf = ">=3.12.0,<5" -pyarrow = ">=4.0.0,<13" +pyarrow = ">=4.0.0,<14" pytz = "<2024" pyyaml = ">=5.1,<7" querystring-parser = "<2" @@ -1913,7 +1913,7 @@ waitress = {version = "<3", markers = "platform_system == \"Windows\""} aliyun-oss = ["aliyunstoreplugin"] databricks = ["azure-storage-file-datalake (>12)", "boto3 (>1)", "google-cloud-storage (>=1.30.0)"] extras = ["azureml-core (>=1.2.0)", "boto3", "google-cloud-storage (>=1.30.0)", "kubernetes", "mlserver (>=1.2.0,!=1.3.1)", "mlserver-mlflow (>=1.2.0,!=1.3.1)", "prometheus-flask-exporter", "pyarrow", "pysftp", "requests-auth-aws-sigv4", "virtualenv"] -gateway = ["aiohttp (<4)", "fastapi (<1)", "psutil (<6)", "pydantic (>=1.0,<2)", "uvicorn[standard] (<1)", "watchfiles (<1)"] +gateway = ["aiohttp (<4)", "fastapi (<1)", "psutil (<6)", "pydantic (>=1.0,<3)", "uvicorn[standard] (<1)", "watchfiles (<1)"] sqlserver = ["mlflow-dbstore"] [[package]] @@ -4032,4 +4032,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.8.1,<3.12" -content-hash = "dc1021c0bffd7eaa99b1eb98f2c79c3395c539502dd8c7a9b79a4bbcacaca7c8" +content-hash = "a802b9dff228d9d45d3f6beec8340bb6e10ec373cf5e6a97bc55981fdca0da31" diff --git a/runtimes/mlflow/pyproject.toml b/runtimes/mlflow/pyproject.toml index 8f950d865..113993455 100644 --- a/runtimes/mlflow/pyproject.toml +++ b/runtimes/mlflow/pyproject.toml @@ -18,7 +18,7 @@ torch = "2.0.0" pytorch-lightning = "2.1.0" torchmetrics = "1.1.2" torchvision = "0.15.1" -mlflow = "2.6.0" +mlflow = "2.7.1" [build-system] requires = ["poetry-core"]