Getting help with PydanticΒΆ
If you need help getting started with Pydantic or with advanced usage, the following sources may be useful.
Usage DocumentationΒΆ
The usage documentation is the most complete guide on how to use Pydantic.
API DocumentationΒΆ
The API documentation give reference docs for all public Pydantic APIs.
GitHub DiscussionsΒΆ
GitHub discussions are useful for asking questions, your question and the answer will help everyone.
Stack OverflowΒΆ
Use the pydantic
tag on Stack Overflow to ask questions, note this is not always monitored by the core Pydantic team.
YouTubeΒΆ
Youtube as 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.