Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Resolve
azd
crash when using the ai.endpoint
service host wi…
…th Python 3.8 (#4092) * fix: Use typing.List instead of subscripting list Support for using builtin types as generics (i.e. `list[int]` or `dict[str, str]`) was only added in Python 3.9. Before this commit, running `ml_client.py` on Python3.8 would crash azd. See PEP 385: https://peps.python.org/pep-0585/ * style: Run isort on ml_client.py
- Loading branch information