-
Notifications
You must be signed in to change notification settings - Fork 221
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 abstraction 0.9.0 is broken with current Kiota #3533
Comments
The error can be easily reproduced by reverting the library version change in #3534 |
No worries, I was just reporting as the automation in Apicurio Registry correctly failed on those issues 👍
🎉 |
are you taking kiota straight from the main branch or using a (pre) released version? |
Using only stable releases in downstream repos, but I tested that the bug was still present in the development branch. |
ah so the preview of kiota we put out yesterday is also messed up on that aspect? good to know. |
not really, in this case, it broke because the Python library doesn't work anymore with the generated code. |
Using Kiota from
main
or the currentpreview
release withmicrosoft-kiota-abstractions == 0.9.0
breaks the user code:The text was updated successfully, but these errors were encountered: