diff --git a/poetry.lock b/poetry.lock index 4b66baf42..6979c1490 100644 --- a/poetry.lock +++ b/poetry.lock @@ -408,13 +408,13 @@ typing-extensions = ">=4.0.1" [[package]] name = "azure-ai-ml" -version = "1.21.1" +version = "1.22.2" description = "Microsoft Azure Machine Learning Client Library for Python" optional = false python-versions = ">=3.7" files = [ - {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"}, + {file = "azure_ai_ml-1.22.2-py3-none-any.whl", hash = "sha256:471d001d3e3f3e77177c93c07ad98884d6b6187466efeec9074bec92f0fcccbb"}, + {file = "azure_ai_ml-1.22.2.tar.gz", hash = "sha256:b3833dc2d4792e3d33931fa4364706d245de733412a61d7aca4f2d4de73d6be3"}, ] [package.dependencies] @@ -6627,4 +6627,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "4e6cf838156c064a0f78d858f4be59c7cf15a1498431f34199071fd3b0374126" +content-hash = "1897ecdf46ba1984694f7367db0ca329678cf109a1a5f6c9f87e3a82b3a85f8d" diff --git a/pyproject.toml b/pyproject.toml index 66ef2d22d..e163ea534 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.21.1" +azure-ai-ml = "^1.22.2" azure-cosmos = "^4.7.0" [tool.poetry.group.dev.dependencies]