Also, update codebase according to a run with the new versions.
Some issues were found with mypy and pydantic concerning the create_model() function, which doesn't seem to be registerring correctly in mypy. Either that or I missed something crucial.
The use of lambda functions should be reevaluated as well (new issue opened #15).
Update the existing pre-commit hook versions.
Also, update codebase according to a run with the new versions. Some issues were found with mypy and pydantic concerning the
create_model()
function, which doesn't seem to be registerring correctly in mypy. Either that or I missed something crucial.The use of lambda functions should be reevaluated as well (new issue opened #15).