azure.ai.ml.MLClient
causes TypeError: Plain typing.Annotated is not valid as type argument
#39314
Labels
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
issue-addressed
Workflow: The Azure SDK team believes it to be addressed and ready to close.
Machine Learning
azure-ai-ml
1.24.0
macOS
3.13.0
Describe the bug
Importing
azure.ai.ml.MLClient
raisesTypeError: Plain typing.Annotated is not valid as type argument
To Reproduce
Steps to reproduce the behavior:
pip install azure-ai-ml
azure.ai.ml.MLClient
in any Python script.Expected behavior
Importing MLClient happens without any issues.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
uv pip freeze
results in the following:Full stderr / stdout:
The text was updated successfully, but these errors were encountered: