Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork136
OpenAPI 3.1 support + Auto-detect proxies and request / response validator protocols#419
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
OpenAPI 3.1 support + Auto-detect proxies and request / response validator protocols#419
Uh oh!
There was an error while loading.Please reload this page.
Conversation
3eb92eb
tofae3466
Comparefae3466
to008ae72
Compare008ae72
to9f27341
Comparecodecovbot commentedSep 12, 2022 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov Report
@@ Coverage Diff @@## master #419 +/- ##==========================================- Coverage 94.00% 93.34% -0.67%========================================== Files 95 97 +2 Lines 2236 2344 +108 Branches 283 292 +9 ==========================================+ Hits 2102 2188 +86- Misses 102 120 +18- Partials 32 36 +4
Help us with your feedback. Take ten seconds to tell ushow you rate us. Have a feature suggestion?Share it here. |
9f27341
tob2d2ad9
Compareb2d2ad9
to0404d48
CompareThis supports OpenAPI 3.1 finally [1] 🎉. We can uncap jsonschema in theprocess.[1]python-openapi/openapi-core#419Signed-off-by: Stephen Finucane <stephen@that.guru>
* openapi-spec-validator 0.5 and later supports OpenAPI 3.1 seepython-openapi/openapi-spec-validator#143Signed-off-by: David Seaward <david.seaward@canonical.com>* openapi-core 0.16 and later supports OpenAPI 3.1 seepython-openapi/openapi-core#419Signed-off-by: David Seaward <david.seaward@canonical.com>Signed-off-by: David Seaward <david.seaward@canonical.com>
Uh oh!
There was an error while loading.Please reload this page.
Fixes#296