Skip to content

Commit bd50c3c

Browse files
github-actions[bot]MAILLOL Vincentasvetlov
authored
Docs: Add aiohttp-pydantic to third party libraries (#5228) (#5231)
* Add aiohttp-pydantic to third party libraries * Update docs/third_party.rst Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com> Co-authored-by: MAILLOL Vincent <vmaillol@webgeoservices.com> Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
1 parent e8c048b commit bd50c3c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGES/5228.doc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add aiohttp-pydantic to third party libraries

docs/third_party.rst

+3
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@ period ask to raise the status.
127127
- `aiohttp-validate <https://github.com/dchaplinsky/aiohttp_validate>`_
128128
Simple library that helps you validate your API endpoints requests/responses with json schema.
129129

130+
- `aiohttp-pydantic <https://github.com/Maillol/aiohttp-pydantic>`_
131+
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.
132+
130133
- `raven-aiohttp <https://github.com/getsentry/raven-aiohttp>`_ An
131134
aiohttp transport for raven-python (Sentry client).
132135

0 commit comments

Comments
 (0)