-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[azure-core] Failing to import in Python 3.11.0b3 #24928
Copy link
Copy link
Closed
Labels
Azure.CoreClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.bugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.issue-addressedWorkflow: The Azure SDK team believes it to be addressed and ready to close.Workflow: The Azure SDK team believes it to be addressed and ready to close.
Metadata
Metadata
Assignees
Labels
Azure.CoreClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.bugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.issue-addressedWorkflow: The Azure SDK team believes it to be addressed and ready to close.Workflow: The Azure SDK team believes it to be addressed and ready to close.
azure-core1.23.1Fedora 373.11.0b3Describe 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.corewith typed variables:To Reproduce
Steps to reproduce the behavior:
podman run --rm -it --pull always docker.io/library/python:3.11.0b3 bashpip install azure-corepythonand typeimport azure.coreExpected behavior
I would expect the import of
azure.coreto work properly as it does under Python 3.10.