art049 / odmantic

Sync and Async ODM (Object Document Mapper) for MongoDB based on python type hints
http://art049.github.io/odmantic
ISC License
1.06k stars 92 forks source link

feat(field): add pattern parameter and deprecate regex #494

Open jmjaenlorites opened 2 months ago

jmjaenlorites commented 2 months ago

This change allows users to specify a pattern for field validation, aligning with pydantic 2.X versions.

jmjaenlorites commented 2 months ago

This PR fixes issue #397.