Skip to content

Pydantic V2 Is Here!


The last few months have involved a whirlwind of work, and we're finally ready to announce to official release of Pydantic V2!

Getting started with Pydantic V2

To get started with Pydantic V2, install it from PyPI:

pip install -U pydantic

Pydantic V2 is compatible with Python 3.7 and above.

See the docs for examples of Pydantic at work.

Migration guide

If you are upgrading an existing project, you can use our extensive migration guide to understand what has changed.

If you do encounter any issues, please create an issue in GitHub using the bug V2 label. This will help us to actively monitor and track errors, and to continue to improve the library’s performance.

Thank you for your support, and we look forward to your feedback.