[azure-core] Failing to import in Python 3.11.0b3 #24928
Labels
Azure.Core
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.
issue-addressed
Workflow: The Azure SDK team believes it to be addressed and ready to close.
azure-core
1.23.1
Fedora 37
3.11.0b3
Describe the bug
Fedora 37 has just updated to Python 3.11.0b3 to prepare for the Python 3.11 final release. However, this has caused issues in
azure.core
with typed variables:To Reproduce
Steps to reproduce the behavior:
podman run --rm -it --pull always docker.io/library/python:3.11.0b3 bash
pip install azure-core
python
and typeimport azure.core
Expected behavior
I would expect the import of
azure.core
to work properly as it does under Python 3.10.The text was updated successfully, but these errors were encountered: