Releases: dotX12/pyfa-converter
Releases · dotX12/pyfa-converter
Big update 1.0.0.0 !
UPD 03.09.2022: Please update to 1.0.1.0!
- The decorator above the model is no longer required and will be removed in the next version!
- New syntax:
data: MyCustomModel = PyFaDepends(MyCustomModel, _type=Header)
data: MyCustomModel = PyFaDepends(MyCustomModel, _type=Form)
data: MyCustomModel = FormDepends(MyCustomModel)
data: MyCustomModel = QueryDepends(MyCustomModel)
- Added support for parameters specific only to FastAPI types in Pydantic Field. Example -
Field(None, convert_underscores=True)
Update pyproject.toml [Python3.10] 2
0.5.0.1 Update pyproject.toml
Update pyproject.toml [Python3.10]
0.5.0.0 Update pyproject.py [Python 3.10]
[Fixes] QueryBody to __init__
0.4.1.1 Merge remote-tracking branch 'origin/master'
Refactoring for 0.4.0
0.4.1 Update readme.md
Added support query model.
Merge pull request #3 from dotX12/dev_query Added support query model.
0.3.0 Big release [FIIIIIIXES]
Multiple use of forms: https://github.com/tiangolo/fastapi/issues/238…
Fixes
Fix Await coro
Merge pull request #1 from dotX12/dev Fixes
0.2.2 Fixes
Removed required by default.
Removed a bug related to the fact that only one model was created using the library. when creating 2-3-10 models, errors raised.