We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59074c6 commit a1b3473Copy full SHA for a1b3473
‎README.md
@@ -185,6 +185,9 @@ async def return_http_422_on_async_validation_error():
185
You may also use `ensure_request_validation_errors` to do additional validation on the request data using normal
186
pydantic validation and converting those `ValidationError`s to `RequestValidationError`s. 😉
187
188
+**Note:** When using FastAPI you should install `pydantic-async-validation` using
189
+`pip install pydantic-async-validation[fastapi]` to ensure FastAPI is installed in a compatible version.
190
+
191
# Contributing
192
193
If you want to contribute to this project, feel free to just fork the project,
0 commit comments