diff --git a/poetry.lock b/poetry.lock index c6a2339dc..cb58e8582 100644 --- a/poetry.lock +++ b/poetry.lock @@ -408,13 +408,13 @@ typing-extensions = ">=4.0.1" [[package]] name = "azure-ai-ml" -version = "1.18.0" +version = "1.19.0" description = "Microsoft Azure Machine Learning Client Library for Python" optional = false python-versions = ">=3.7" files = [ - {file = "azure_ai_ml-1.18.0-py3-none-any.whl", hash = "sha256:21fb562d55a21e0ba2268791e2151c700a5ee30b0b70c3231afb1661ea3a0031"}, - {file = "azure_ai_ml-1.18.0.tar.gz", hash = "sha256:0a1ec1a65df4e4437652a270c1cc28c5bb847d43eaa7a9ecdde4dab647d4f12e"}, + {file = "azure-ai-ml-1.19.0.tar.gz", hash = "sha256:94bb1afbb0497e539ae75455fc4a51b6942b5b68b3a275727ecce6ceb250eff9"}, + {file = "azure_ai_ml-1.19.0-py3-none-any.whl", hash = "sha256:f0385af06efbeae1f83113613e45343508d1288fd2f05857619e7c7d4d4f5302"}, ] [package.dependencies] @@ -7004,4 +7004,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "5b0de17234aae081fff722344014367f30542c99b0b5b8e6be08eb535b438d8c" +content-hash = "93c8d61def7de9834eb00d30e27ee4b7c060780976afb37c50a60114b8cd7d63" diff --git a/pyproject.toml b/pyproject.toml index cf7bb8f94..dedd6c23e 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.8.0", python = "<3.13"} -azure-ai-ml = "^1.18.0" +azure-ai-ml = "^1.19.0" [tool.poetry.group.dev.dependencies] pytest = "^8.3.2"