What's Changed * Add contribution guidelines by codemation in https://github.com/codemation/pydbantic/pull/50 * Enabled standardized pre-commit linter & actions step to better support outside contributions * Improved Testing - Tests can be called individually and in sequence via single make command / vscode debugger. * Minor Typing usability improvements to `DataBaseModel` method annotations.
What's Changed * Improved Field annotations of sqlalchemy_type argument in Default, Unique, PrimaryKey, ModelField by codemation in https://github.com/codemation/pydbantic/pull/47