Skip to content
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

[v2-10-test] Avoid 1.1.8 version of msgraph-core (#45044) #45063

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

potiuk
Copy link
Member

@potiuk potiuk commented 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


^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.

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
Copy link
Member Author

potiuk commented Dec 18, 2024

We need to backport it, to keep CI from failing.

@potiuk potiuk merged commit 4c60a01 into apache:v2-10-test Dec 19, 2024
98 checks passed
@potiuk potiuk deleted the backport-msgraph-restriction branch December 19, 2024 08:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants