tiangolo / sqlmodel

SQL databases in Python, designed for simplicity, compatibility, and robustness.
https://sqlmodel.tiangolo.com/
MIT License
13.52k stars 611 forks source link

🐛 Fix pydantic `EmailStr` support and `max_length` in several String subclasses #966

Closed estebanx64 closed 3 weeks ago

estebanx64 commented 3 weeks ago

Fix pydantic EmailStr support and max_length in several String subclasses

tiangolo commented 3 weeks ago

Excellent job, thanks! :rocket: :tada: