Releases: tiangolo/pydantic-sqlalchemy
Releases · tiangolo/pydantic-sqlalchemy
0.0.9
- ✨ Add
poetry-version-plugin
, remove importlib-metadata
dependency. PR #32 by @tiangolo.
0.0.8.post1
- 💚 Fix setting up Poetry for GitHub Action Publish. PR #23 by @tiangolo.
0.0.7
- Update requirements of
importlib-metadata
to support the latest version 2.0.0
. PR #11.
0.0.5
- Exclude columns before checking their Python types. PR #5 by @ZachMyers3.
0.0.4
- Do not include SQLAlchemy defaults in Pydantic models. PR #4.
0.0.3
- Add support for
exclude
to exclude columns from Pydantic model. PR #3.
- Add support for overriding the Pydantic
config
. PR #1 by @pyropy.
- Add CI with GitHub Actions. PR #2.