mirror of
https://github.com/fastapi/fastapi.git
synced 2026-05-19 13:57:51 -04:00
📝 Update links to Pydantic docs to point to new website (#11328)
This commit is contained in:
@@ -95,7 +95,7 @@ The same way, there are many compatible tools. Including code generation tools f
|
||||
|
||||
## Pydantic
|
||||
|
||||
All the data validation is performed under the hood by <a href="https://pydantic-docs.helpmanual.io/" class="external-link" target="_blank">Pydantic</a>, so you get all the benefits from it. And you know you are in good hands.
|
||||
All the data validation is performed under the hood by <a href="https://docs.pydantic.dev/" class="external-link" target="_blank">Pydantic</a>, so you get all the benefits from it. And you know you are in good hands.
|
||||
|
||||
You can use the same type declarations with `str`, `float`, `bool` and many other complex data types.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user