0.20.0
Added
Fixed
- Fix foreign key constraint not generated on MSSQL Server. (#1400)
- Fix testcase error with python3.11 (#1308)
Breaking Changes
- Drop support for
pydantic
1.x. - Drop support for
python
3.7. - Param
config_class
ofpydantic_model_creator
is renamed tomodel_config
. - Attr
config_class
ofPydanticMeta
is renamed tomodel_config
.