diff --git a/anomaly-detector/poetry.lock b/anomaly-detector/poetry.lock index 9ba5d44..2503049 100644 --- a/anomaly-detector/poetry.lock +++ b/anomaly-detector/poetry.lock @@ -1024,13 +1024,13 @@ python-dateutil = ">=2.7" [[package]] name = "mlflow" -version = "2.9.2" +version = "2.10.0" description = "MLflow: A Platform for ML Development and Productionization" optional = false python-versions = ">=3.8" files = [ - {file = "mlflow-2.9.2-py3-none-any.whl", hash = "sha256:5c1aac70238636bfc798f41925b93c6cce3a8835287311e97b7dbc90d07a8777"}, - {file = "mlflow-2.9.2.tar.gz", hash = "sha256:25f2ad3d0b0e78bd32296058fb4c315dff4379515cd669ac6137f39507b9dfe9"}, + {file = "mlflow-2.10.0-py3-none-any.whl", hash = "sha256:7d9740c67c3762467a5c024c2b3035a8621e6689070b09a6912de61fa6d07e7a"}, + {file = "mlflow-2.10.0.tar.gz", hash = "sha256:9a97abceae240b9831080a16afc3eb668b339b9ca4382fb3bd6a7a2fc7bd0951"}, ] [package.dependencies] @@ -1038,7 +1038,7 @@ alembic = "<1.10.0 || >1.10.0,<2" click = ">=7.0,<9" cloudpickle = "<4" databricks-cli = ">=0.8.7,<1" -docker = ">=4.0.0,<7" +docker = ">=4.0.0,<8" entrypoints = "<1" Flask = "<4" gitpython = ">=2.1.0,<4" @@ -1054,7 +1054,7 @@ numpy = "<2" packaging = "<24" pandas = "<3" protobuf = ">=3.12.0,<5" -pyarrow = ">=4.0.0,<15" +pyarrow = ">=4.0.0,<16" pytz = "<2024" pyyaml = ">=5.1,<7" querystring-parser = "<2" @@ -1067,10 +1067,10 @@ waitress = {version = "<3", markers = "platform_system == \"Windows\""} [package.extras] 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)", "boto3 (>=1.28.56,<2)", "fastapi (<1)", "pydantic (>=1.0,<3)", "tiktoken (<1)", "uvicorn[standard] (<1)", "watchfiles (<1)"] -genai = ["aiohttp (<4)", "boto3 (>=1.28.56,<2)", "fastapi (<1)", "pydantic (>=1.0,<3)", "tiktoken (<1)", "uvicorn[standard] (<1)", "watchfiles (<1)"] +databricks = ["azure-storage-file-datalake (>12)", "boto3 (>1)", "botocore (>1.34)", "google-cloud-storage (>=1.30.0)"] +extras = ["azureml-core (>=1.2.0)", "boto3", "botocore", "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)", "boto3 (>=1.28.56,<2)", "fastapi (<1)", "pydantic (>=1.0,<3)", "slowapi (<1)", "tiktoken (<1)", "uvicorn[standard] (<1)", "watchfiles (<1)"] +genai = ["aiohttp (<4)", "boto3 (>=1.28.56,<2)", "fastapi (<1)", "pydantic (>=1.0,<3)", "slowapi (<1)", "tiktoken (<1)", "uvicorn[standard] (<1)", "watchfiles (<1)"] sqlserver = ["mlflow-dbstore"] xethub = ["mlflow-xethub"]