-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
rc51 breaking change #1573
Comments
Noticed this as well. |
@eirikur-grid yes, switched to rc50, but still - needed to fix this in prod asap 😞 will be glad to see backward compatibility for changes like that |
Update: The issue is caused by the fact your openapi definition endpoint doesn't return the correct mime type for the yaml file and the URL itself doesn't end with We're working on a fix but a temporary workaround would be to either add the |
We are using starlette's OpenAPIResponse. |
Thanks for the details. We'll add support for this mime-type too. |
This should be fixed on rc.52. Could anybody confirm, please? Thanks in advance! |
Great! Thanks! |
Just letting you know that rc51 brings breaking changes when using
spec-url
The text was updated successfully, but these errors were encountered: