Skip to content

Commit

Permalink
update impl
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni committed May 1, 2024
1 parent 8484a2d commit c002762
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/migrations/version-3-to-4.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ Console.WriteLine(dateTime2);

Models are aiming to be >= v3.7 compliant.

### Unique types in unions

In v4, unions types are rendered unique, meaning you will never see `str | str` but just `str`.

### Pydantic now follows v2 instead of v1

Reference: https://docs.pydantic.dev/2.6/migration/
Expand Down

0 comments on commit c002762

Please sign in to comment.