From 7631724ad6fbd29724e78a9fa43c9f138c73a30c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 21:55:53 +0000 Subject: [PATCH] build: bump azure-ai-ml from 1.20.0 to 1.21.0 Bumps [azure-ai-ml](https://github.com/Azure/azure-sdk-for-python) from 1.20.0 to 1.21.0. - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md) - [Commits](https://github.com/Azure/azure-sdk-for-python/compare/azure-ai-ml_1.20.0...azure-ai-ml_1.21.0) --- updated-dependencies: - dependency-name: azure-ai-ml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index adc39af5e..2a6fee884 100644 --- a/poetry.lock +++ b/poetry.lock @@ -408,13 +408,13 @@ typing-extensions = ">=4.0.1" [[package]] name = "azure-ai-ml" -version = "1.20.0" +version = "1.21.0" description = "Microsoft Azure Machine Learning Client Library for Python" optional = false python-versions = ">=3.7" files = [ - {file = "azure-ai-ml-1.20.0.tar.gz", hash = "sha256:6432a0da1b7250cb0db5a1c33202e0419935e19ea32d4c2b3220705f8f1d4101"}, - {file = "azure_ai_ml-1.20.0-py3-none-any.whl", hash = "sha256:c7eb3c5ccf82a6ee94403c3e5060763decd38cf03ff2620a4a6577526e605104"}, + {file = "azure_ai_ml-1.21.0-py3-none-any.whl", hash = "sha256:f5ab4421bfa808e294bab467bdd961b8a4502444c08a906b8980a3419259e34c"}, + {file = "azure_ai_ml-1.21.0.tar.gz", hash = "sha256:9a6c829487e03a03c9543e39890469048e989daeeb9b9a90518ca1066283235c"}, ] [package.dependencies] @@ -7111,4 +7111,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "208ff620e3c2bab4023fec1f7dc43216b15da1943c58e68734a266513728da63" +content-hash = "9e8b72830ef28e38d08fcfeaa1bd46ebf7d1e2f6faceedd2e5a1e2c57e7c8f76" diff --git a/pyproject.toml b/pyproject.toml index 7d7b8f8d2..54ef15465 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ pillow = "10.4.0" azure-mgmt-cognitiveservices = "^13.5.0" jsonschema = "^4.23.0" semantic-kernel = {version = "1.3.0", python = "<3.13"} -azure-ai-ml = "^1.20.0" +azure-ai-ml = "^1.21.0" azure-cosmos = "^4.7.0" [tool.poetry.group.dev.dependencies]