* Add support for `exclude` to exclude columns from Pydantic model. PR [3](https://github.com/tiangolo/pydantic-sqlalchemy/pull/3).
* Add support for overriding the Pydantic `config`. PR [1](https://github.com/tiangolo/pydantic-sqlalchemy/pull/1) by [pyropy](https://github.com/pyropy).
* Add CI with GitHub Actions. PR [2](https://github.com/tiangolo/pydantic-sqlalchemy/pull/2).