Files
pydantic/changes/2071-uriyyo.md
T
Yurii Karabas 5506d8ec19 Update type annotation for create_model function (#2071)
* Update type annotation for create_model function

* Remove redundant __base__ cast
2020-11-29 17:34:12 +00:00

101 B

Updated create_model return type annotation to return type which inherits from __base__ argument.