Releases: ioxiocom/firedantic
Releases · ioxiocom/firedantic
0.2.2
0.2.1
0.2.0
0.2.0 - 2021-03-29
Added
- New AsyncModel that supports async and await syntax.
Changed
- Refactor file structure;
models.pyno longer exists, so make sure to import
Modeldirectly from firedantic:from firedantic import Model - Update
google-cloud-firestore. The 2.0.2 version has an issue
with running in async mode against the emulator,
that has been fixed in the gitmaster, but not included in any official
release yet. Using the latest master (pinned to the commit hash). In case you
are using poetry to installfiredantic, please be aware that poetry has an
issue with updating from a pypi package to a git
commit.
The simplest work-around is to after updatingfiredantic(and thus also
google-cloud-firestore) delete the virtualenv and then runpoetry install
again - Update
pydanticto 1.8.1 andgrpcioto 1.36.1 - Fixes for Mypy errors and warnings
- Updated examples in README