mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
161a12a1a1
This is due to the regex using `re.match()` which allows for only a partial match, fix #1396