-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The msgraph-core 1.1.8 import of LargeFileUpload tasks raises 'ABCMeta' object is not subscriptable error #781
Labels
status:waiting-for-triage
An issue that is yet to be reviewed or assigned
type:bug
A broken experience
Comments
potiuk
added
status:waiting-for-triage
An issue that is yet to be reviewed or assigned
type:bug
A broken experience
labels
Dec 18, 2024
potiuk
added a commit
to potiuk/airflow
that referenced
this issue
Dec 18, 2024
The 1.1.8 version of msgraph-core is buggy - importing some basic classes causes import error "ABCMeta" is not subscriptable. We are removing the version from azure provider dependencies hoping that it will be fixed in the next version. microsoftgraph/msgraph-sdk-python-core#781
potiuk
added a commit
to apache/airflow
that referenced
this issue
Dec 18, 2024
The 1.1.8 version of msgraph-core is buggy - importing some basic classes causes import error "ABCMeta" is not subscriptable. We are removing the version from azure provider dependencies hoping that it will be fixed in the next version. microsoftgraph/msgraph-sdk-python-core#781
jscheffl
pushed a commit
to apache/airflow
that referenced
this issue
Dec 18, 2024
The 1.1.8 version of msgraph-core is buggy - importing some basic classes causes import error "ABCMeta" is not subscriptable. We are removing the version from azure provider dependencies hoping that it will be fixed in the next version. microsoftgraph/msgraph-sdk-python-core#781
potiuk
added a commit
to potiuk/airflow
that referenced
this issue
Dec 18, 2024
The 1.1.8 version of msgraph-core is buggy - importing some basic classes causes import error "ABCMeta" is not subscriptable. We are removing the version from azure provider dependencies hoping that it will be fixed in the next version. microsoftgraph/msgraph-sdk-python-core#781
potiuk
added a commit
to apache/airflow
that referenced
this issue
Dec 19, 2024
The 1.1.8 version of msgraph-core is buggy - importing some basic classes causes import error "ABCMeta" is not subscriptable. We are removing the version from azure provider dependencies hoping that it will be fixed in the next version. microsoftgraph/msgraph-sdk-python-core#781
Any news here ? You are pretty-much breaking everyone who is using your library and using this feature |
potiuk
pushed a commit
to potiuk/airflow
that referenced
this issue
Dec 22, 2024
…e#45139) * session expire on pass change * fix statis checks * add tests (cherry picked from commit cf401c4) Co-authored-by: Shubham Raj <[email protected]> Avoid 1.1.8 version of msgraph-core (apache#45044) The 1.1.8 version of msgraph-core is buggy - importing some basic classes causes import error "ABCMeta" is not subscriptable. We are removing the version from azure provider dependencies hoping that it will be fixed in the next version. microsoftgraph/msgraph-sdk-python-core#781 (cherry picked from commit 3310b86)
potiuk
added a commit
to potiuk/airflow
that referenced
this issue
Dec 23, 2024
The 1.1.8 version of msgraph-core is buggy - importing some basic classes causes import error "ABCMeta" is not subscriptable. We are removing the version from azure provider dependencies hoping that it will be fixed in the next version. microsoftgraph/msgraph-sdk-python-core#781 (cherry picked from commit 3310b86)
potiuk
added a commit
to apache/airflow
that referenced
this issue
Dec 24, 2024
The 1.1.8 version of msgraph-core is buggy - importing some basic classes causes import error "ABCMeta" is not subscriptable. We are removing the version from azure provider dependencies hoping that it will be fixed in the next version. microsoftgraph/msgraph-sdk-python-core#781 (cherry picked from commit 3310b86)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
status:waiting-for-triage
An issue that is yet to be reviewed or assigned
type:bug
A broken experience
Describe the bug
When you install msgraph-core 1.1.8 and attempt to import LargeFileUploadTask it fails with 'ABCMeta' object is not subscriptable error. This was working fine in 1.1.7.
The stacktrace:
Example failures in airflow CI: https://github.com/apache/airflow/actions/runs/12394058058/job/34597170319#step:7:2472
Expected behavior
No exception raised when importing the class.
How to reproduce
Result:
SDK Version
1.1.8
Latest version known to work for scenario above?
1.1.7
Known Workarounds
Downgrade msgraph-core to 1.1.7
Debug output
No need for more debugging.
Configuration
Linux Debian Bookworm, Python 3.9.21
Other information
No response
The text was updated successfully, but these errors were encountered: