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

[mypy] Stop ignoring msgraph-sdk-python-core #4

Closed
wants to merge 1 commit into from
Closed

Conversation

nhairs
Copy link
Owner

@nhairs nhairs commented Sep 2, 2024

Fixed in microsoftgraph/msgraph-sdk-python-core#674

This commit re-applies the commit reverted in 9442a47

@nhairs
Copy link
Owner Author

nhairs commented Sep 2, 2024

Actually the issue causing the revert might not be related to not being uploaded to PyPI but instead version pinning:

"msgraph-core>=0.2.2,<1.0.0", # msgraph-core 1.0 has breaking changes

@nhairs
Copy link
Owner Author

nhairs commented Sep 29, 2024

Our version pinning because of the breaking changes means that we can't access the type stubs. We're going to have to do fix the breaking changes from moving to 1.0.0 in order to be able to apply this.

I'm going to drop this PR but continue to work on the branch.

@nhairs nhairs closed this Sep 29, 2024
@nhairs nhairs deleted the nhairs-msgraph branch October 7, 2024 04:47
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.

1 participant