fastapi-code-generator
fastapi-code-generator copied to clipboard
This code generator creates FastAPI app from an openapi file.
Bumps [freezegun](https://github.com/spulec/freezegun) from 1.1.0 to 1.2.1. Changelog Sourced from freezegun's changelog. 1.2.1 Added missing typeshed types from distribution Pass all arguments on recursive freeze_time calls 1.2.0 Add support for time.perf_counter...
I am trying to use $ref parameters in my openapi yaml, however as soon as I insert a $ref entry no code is generated (the folder is but it contains...
Bumps [pydantic](https://github.com/samuelcolvin/pydantic) from 1.9.0 to 1.9.2. Release notes Sourced from pydantic's releases. v1.9.2 (2022-08-11) Revert Breaking Change: v1.9.1 introduced a breaking change where model fields were deep copied by default,...
Bumps [datamodel-code-generator](https://github.com/koxudaxi/datamodel-code-generator) from 0.11.19 to 0.13.1. Release notes Sourced from datamodel-code-generator's releases. 0.13.1 What's Changed Added IPv4/IPv6Network support. by @ngaranko in koxudaxi/datamodel-code-generator#789 added option --use-double-quotes by @nesb1 in koxudaxi/datamodel-code-generator#818 Fix...
Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.5 to 7.1.2. Release notes Sourced from pytest's releases. 7.1.2 pytest 7.1.2 (2022-04-23) Bug Fixes #9726: An unnecessary numpy import inside pytest.approx{.interpreted-text role="func"} was removed. #9820: Fix...
Bumps [pysnooper](https://github.com/cool-RR/PySnooper) from 0.5.0 to 1.1.1. Commits f3d7f39 Bump version 4e277a5 Add support for Ansible zipped source files (#226) bea7c7a Bump version to 1.1.0 0f1e67b Show colored output 31bfc63 Bump...
Have you considered to support SQLModel?
Bumps [mypy](https://github.com/python/mypy) from 0.931 to 0.971. Commits 1f08cf4 Update version to 0.971 61c0064 Add back workaround to avoid confusing mypy.types and types in pyinfo (#13176) d8d900c Update version to 0.971+dev...
Bumps [typer](https://github.com/tiangolo/typer) from 0.4.0 to 0.6.1. Release notes Sourced from typer's releases. 0.6.1 Fixes 🐛 Fix setting FORCE_TERMINAL with colors 2. PR #424 by @tiangolo. 🐛 Fix setting FORCE_TERMINAL with...
Bumps [black](https://github.com/psf/black) from 19.10b0 to 22.6.0. Release notes Sourced from black's releases. 22.6.0 Style Fix unstable formatting involving #fmt: skip and # fmt:skip comments (notice the lack of spaces) (#2970)...