@@ -42,16 +42,16 @@ Check documentation to see more details about the features. All documentation is
4242
4343Supported [ Integrations] ( https://openapi-core.readthedocs.io/en/latest/integrations/ ) and it's versions:
4444
45- | Integration | Version(s) |
46- | --- | --- |
47- | [ AIOHTTP] ( https://openapi-core.readthedocs.io/en/latest/integrations/aiohttp/ ) | versions 3.8+ and 3.11+ tracks |
48- | [ Django] ( https://openapi-core.readthedocs.io/en/latest/integrations/django/ ) | versions 4, 5, and 6 |
49- | [ Falcon] ( https://openapi-core.readthedocs.io/en/latest/integrations/falcon/ ) | version 4 |
50- | [ FastAPI] ( https://openapi-core.readthedocs.io/en/latest/integrations/fastapi/ ) | versions 0.11x and 0.12x |
51- | [ Flask] ( https://openapi-core.readthedocs.io/en/latest/integrations/flask/ ) | versions 2 and 3 |
52- | [ Requests] ( https://openapi-core.readthedocs.io/en/latest/integrations/requests/ ) | default dependency set |
53- | [ Starlette] ( https://openapi-core.readthedocs.io/en/latest/integrations/starlette/ ) | versions 0.4x and 0.5x |
54- | [ Werkzeug] ( https://openapi-core.readthedocs.io/en/latest/integrations/werkzeug/ ) | default dependency set |
45+ | Integration | Version(s) | Level |
46+ | --- | --- | --- |
47+ | [ AIOHTTP] ( https://openapi-core.readthedocs.io/en/latest/integrations/aiohttp/ ) | versions 3.8+ and 3.11+ tracks | Low-level request and response classes |
48+ | [ Django] ( https://openapi-core.readthedocs.io/en/latest/integrations/django/ ) | versions 4, 5, and 6 | Middleware, decorator and low level |
49+ | [ Falcon] ( https://openapi-core.readthedocs.io/en/latest/integrations/falcon/ ) | version 4 | Middleware and low-level classes |
50+ | [ FastAPI] ( https://openapi-core.readthedocs.io/en/latest/integrations/fastapi/ ) | versions 0.11x and 0.12x | Middleware (low-level via Starlette integration) |
51+ | [ Flask] ( https://openapi-core.readthedocs.io/en/latest/integrations/flask/ ) | versions 2 and 3 | View decorator, class-based view, and low-level classes |
52+ | [ Requests] ( https://openapi-core.readthedocs.io/en/latest/integrations/requests/ ) | default dependency set | Low-level request, webhook request, and response classes |
53+ | [ Starlette] ( https://openapi-core.readthedocs.io/en/latest/integrations/starlette/ ) | versions 0.4x and 0.5x | Middleware and low-level classes |
54+ | [ Werkzeug] ( https://openapi-core.readthedocs.io/en/latest/integrations/werkzeug/ ) | default dependency set | Low-level request and response classes |
5555
5656## Installation
5757
0 commit comments