-
-
Notifications
You must be signed in to change notification settings - Fork 135
p1c2u/openapi-core#296: Adds support for OpenAPI 3.1 #373
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #373 +/- ##
=======================================
Coverage 95.77% 95.77%
=======================================
Files 80 80
Lines 1824 1824
Branches 273 273
=======================================
Hits 1747 1747
Misses 57 57
Partials 20 20
Continue to review full report at Codecov.
|
557c70f
to
4ed37e3
Compare
@p1c2u Could you please add your review? |
Python 3.6 support drop can be extracted to separate commit/PR |
We need to add information about supported versions and how to use them to the README file |
Moved it to #383 |
18270c8
to
4e3f0be
Compare
This is now using As Example: from openapi_spec_validator import openapi_v31_spec_validator
spec = create_spec(
spec_dict, spec_uri, spec_validator=openapi_v30_spec_validator
) |
This will be fixed in a future openapi-core release [1]. Indicate as much. [1] python-openapi/openapi-core#373 Signed-off-by: Stephen Finucane <[email protected]>
Closing in favor of #419 |
This PR is build on top of:
Support for Python 3.6 is dropped as in the alpha release of jsonschema.