From 9d8431d37403d5dc662d66a16e440f1595942f3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 19:49:18 +0000 Subject: [PATCH] build: bump azure-ai-ml from 1.20.0 to 1.21.1 Bumps [azure-ai-ml](https://github.com/Azure/azure-sdk-for-python) from 1.20.0 to 1.21.1. - [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.1) --- 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 036a46dc1..debbfe153 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.1" 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.1-py3-none-any.whl", hash = "sha256:19ce58687d0946d781c0025a660f0622cf0a9af25327fb1c724e2bea91d254d9"}, + {file = "azure_ai_ml-1.21.1.tar.gz", hash = "sha256:915436aa7e47e9d36b8d031114a6094ea8f9d473af6aa86c187729bd3d026bf1"}, ] [package.dependencies] @@ -7106,4 +7106,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "6c76e84994199c7ffbfeafde450c3ad0747617b31291faa9cb7a2327b3e786dc" +content-hash = "241727407b9ccf71e21b8fa3ba6f0eacca154965ed354e4f05fbd9386519785a" diff --git a/pyproject.toml b/pyproject.toml index 3aee3c418..52247086a 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.1" azure-cosmos = "^4.7.0" [tool.poetry.group.dev.dependencies]