/V2

Pydantic V2 Is Here!

Samuel Colvin avatar
Samuel Colvin
Terrence Dorsey avatar
Terrence Dorsey
2 mins
2023/06/30

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

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

pip install -U pydantic

Pydantic V2 is compatible with Python 3.8 and above.

See the docs for examples of Pydantic at work.

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.