pydantic / pydantic-extra-types

Extra Pydantic types.
MIT License
176 stars 47 forks source link

Add timezone name validation #193

Closed 07pepa closed 2 months ago

07pepa commented 2 months ago

closes https://github.com/pydantic/pydantic-extra-types/issues/191

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

:loudspeaker: Thoughts on this report? Let us know!

07pepa commented 2 months ago

@yezz123 ready to merge

as usual use existing library to get exhaustive set and use it for validation this time with strict mode again

07pepa commented 2 months ago

@yezz123 If you look there is lot of # pragma: no cover because different versions of python maybe start using something like this

07pepa commented 2 months ago

@yezz123 ready to review / merge