pydantic / pydantic-extra-types

Extra Pydantic types.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Constrained types and other types that were removed in Pydantic V2

odiseo0 opened this issue · comments

commented

Types that are listed in the migration guide will be added here?

I'm happy to add a PR implementing them here

Selected Assignee: @adriangb

No, not all of those will be added here. Many of them are replaced by a more composable approach using Annotated, eg Annotated[str, MinLen(16)]