Help with Pydantic
If you need help getting started with Pydantic or with advanced usage, the following sources may be useful.
The usage documentation is the most complete guide on how to use Pydantic.
The API documentation gives reference docs for all public Pydantic APIs.
GitHub discussions are useful for asking questions, your question and the answer will help everyone.
Use the pydantic tag on Stack Overflow to ask questions, note this is not always monitored by the core Pydantic team.
Youtube has lots of useful videos on Pydantic.
In particular Marcelo Trylesinski’s video “Pydantic V1 to V2 - The Migration” has helped people a lot when migrating from Pydantic V1 to V2.