mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
5506d8ec19
* Update type annotation for create_model function * Remove redundant __base__ cast
101 B
101 B
Updated create_model return type annotation to return type which inherits from __base__ argument.