We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
openapi-core
openapi-core==0.19.0 has some issues including:
openapi-core==0.19.0
additionalProperties
contentType
str(errors)
errors.__cause__.schema_errors[i]
str(errors.__cause__)
So when updating this dependencies, it is worth to check these issues.
openapi-core has been updated to 0.18.2 since it is more stable but it was needed to overwrite the mimetype from Starlette request.
0.18.2
The text was updated successfully, but these errors were encountered:
Alopalao
No branches or pull requests
openapi-core==0.19.0
has some issues including:Broken spec validation can cause to accept any requestThe default value foradditionalProperties
is true.contentType
support may break API calls in E2E tests without a header. Some UI functions utilize data type specification.str(errors)
,errors.__cause__.schema_errors[i]
andstr(errors.__cause__)
So when updating this dependencies, it is worth to check these issues.
openapi-core
has been updated to0.18.2
since it is more stable but it was needed to overwrite the mimetype from Starlette request.The text was updated successfully, but these errors were encountered: