📝 Update links to Pydantic docs to point to new website (#11328)

This commit is contained in:
Alejandra
2024-03-21 20:42:11 -05:00
committed by GitHub
parent 03b1e93456
commit 93034fea48
137 changed files with 168 additions and 168 deletions

View File

@@ -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.