From fc6fc92f452572098785ea0398c6b51acf77a5c6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 14 Nov 2020 22:29:05 +0200 Subject: [PATCH] Docs: Add aiohttp-pydantic to third party libraries (#5228) (#5232) * Add aiohttp-pydantic to third party libraries * Update docs/third_party.rst Co-authored-by: Andrew Svetlov Co-authored-by: MAILLOL Vincent Co-authored-by: Andrew Svetlov --- CHANGES/5228.doc | 1 + docs/third_party.rst | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 CHANGES/5228.doc diff --git a/CHANGES/5228.doc b/CHANGES/5228.doc new file mode 100644 index 00000000000..22bb5b8c2a6 --- /dev/null +++ b/CHANGES/5228.doc @@ -0,0 +1 @@ +Add aiohttp-pydantic to third party libraries diff --git a/docs/third_party.rst b/docs/third_party.rst index 104df41e772..d5bcb3df86a 100644 --- a/docs/third_party.rst +++ b/docs/third_party.rst @@ -127,6 +127,9 @@ period ask to raise the status. - `aiohttp-validate `_ Simple library that helps you validate your API endpoints requests/responses with json schema. +- `aiohttp-pydantic `_ + An ``aiohttp.View`` to validate the HTTP request's body, query-string, and headers regarding function annotations and generate Open API doc. Python 3.8+ required. + - `raven-aiohttp `_ An aiohttp transport for raven-python (Sentry client).