-
Notifications
You must be signed in to change notification settings - Fork 219
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
[Python] Remove deprecated type aliases from generated code for python 3.9+. #5974
Conversation
Sample generation at #5974 |
Depends on release of microsoft/kiota-python#433 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mostly good with those changes. I did leave a comment on the test generation PR. I think a regression was introduced some time ago. Not sure whether we want to address it now or as part of a separate PR.
Addressed in the PR with this change 98971c7 |
Partial of microsoft/kiota-python#349
Related to microsoft/kiota-python#433
Drops deprecated type hints used in python 3.9+.