From 90bc6e515bbfb7bf602fbd0c96ff37e47f36dce2 Mon Sep 17 00:00:00 2001 From: kshitij-microsoft Date: Wed, 21 May 2025 12:48:08 +0530 Subject: [PATCH] remove six and msrest dependencies --- sdk/ml/azure-ai-ml/setup.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/sdk/ml/azure-ai-ml/setup.py b/sdk/ml/azure-ai-ml/setup.py index f5ec547e827d..83c0d47fe922 100644 --- a/sdk/ml/azure-ai-ml/setup.py +++ b/sdk/ml/azure-ai-ml/setup.py @@ -69,7 +69,6 @@ install_requires=[ # NOTE: To avoid breaking changes in a major version bump, all dependencies should pin an upper bound if possible. "pyyaml>=5.1.0,<7.0.0", - "msrest>=0.6.18,<1.0.0", "azure-core>=1.23.0", "azure-mgmt-core>=1.3.0", "marshmallow>=3.5,<4.0.0", @@ -88,8 +87,6 @@ "azure-common>=1.1", "typing-extensions<5.0.0", "azure-monitor-opentelemetry", - # TODO: remove six after using new autorest - "six>=1.11.0", ], extras_require={ # user can run `pip install azure-ai-ml[designer]` to install mldesigner along with this package