Skip to content

Commit

Permalink
Add note about email-validator in migration guide (#8200)
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos committed Nov 22, 2023
1 parent 64ce5b9 commit 9ab33eb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/migration.md
Expand Up @@ -758,6 +758,11 @@ docs.

For `ConstrainedStr` you can use [`StringConstraints`][pydantic.types.StringConstraints] instead.

## Other changes

* Dropped support for [`email-validator<2.0.0`](https://github.com/JoshData/python-email-validator). Make sure to update
using `pip install -U email-validator`.

## Moved in Pydantic V2

| Pydantic V1 | Pydantic V2 |
Expand Down

0 comments on commit 9ab33eb

Please sign in to comment.