You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,20 @@ and [OpenAPI v3.1](https://github.com/OAI/OpenAPI-Specification/blob/main/versio
38
38
39
39
Check documentation to see more details about the features. All documentation is in the "docs" directory and online at [openapi-core.readthedocs.io](https://openapi-core.readthedocs.io)
40
40
41
+
## Integrations compatibility matrix
42
+
43
+
Supported [Integrations](https://openapi-core.readthedocs.io/en/latest/integrations.html) and it's versions:
Copy file name to clipboardExpand all lines: docs/integrations/aiohttp.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# aiohttp.web
2
2
3
-
This section describes integration with [aiohttp.web](https://docs.aiohttp.org/en/stable/web.html) framework.
3
+
This section describes integration with [aiohttp.web](https://docs.aiohttp.org/en/stable/web.html) framework. The integration supports aiohttp version 3.8+.
Copy file name to clipboardExpand all lines: docs/integrations/fastapi.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# FastAPI
2
2
3
-
This section describes integration with [FastAPI](https://fastapi.tiangolo.com) ASGI framework.
3
+
This section describes integration with [FastAPI](https://fastapi.tiangolo.com) ASGI framework. The integration supports FastAPI versions 0.11x and 0.12x.
Copy file name to clipboardExpand all lines: docs/integrations/starlette.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Starlette
2
2
3
-
This section describes integration with the [Starlette](https://www.starlette.io) ASGI framework.
3
+
This section describes integration with the [Starlette](https://www.starlette.io) ASGI framework. The integration supports Flask versions 0.4x and 0.5x.
0 commit comments