fastapi-code-generator icon indicating copy to clipboard operation
fastapi-code-generator copied to clipboard

This code generator creates FastAPI app from an openapi file.

Results 129 fastapi-code-generator issues
Sort by recently updated
recently updated
newest added

Add documentation - `UsefulStr` - examples

documentation

Bumps [black](https://github.com/psf/black) from 19.10b0 to 22.10.0. Release notes Sourced from black's releases. 22.10.0 Highlights Runtime support for Python 3.6 has been removed. Formatting 3.6 code will still be supported until...

dependencies

Bumps [mypy](https://github.com/python/mypy) from 0.931 to 0.982. Commits 1c2b899 Bump version to 0.982 51d9858 Restore Type vs Callable special-casing that was broken in refactoring (#13784) d03f201 Suggest using upper bound for...

dependencies

Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.9.0 to 1.10.2. Release notes Sourced from pydantic's releases. v1.10.2 (2022-09-05) Revert Change: Revert percent encoding of URL parts which was originally added in #4224, #4470 by...

dependencies

Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.5 to 7.1.3. Release notes Sourced from pytest's releases. 7.1.3 pytest 7.1.3 (2022-08-31) Bug Fixes #10060: When running with --pdb, TestCase.tearDown is no longer called for tests...

dependencies

An error is reported when a function variable is a Python keyword. Like this: ```text "parameters": [ { "name": "from", "in": "query", "description": "起点坐标,39.071510,117.190091", "required": true, "schema": { "type": "string"...

Using python 3.11.7 or 3.10.7 in pyenv venv in macOS (openapi-srv) ➜ openapi-srv fastapi-codegen --input api.yaml --output app3 ╭─────────────────────────────── Traceback (most recent call last) ────────────────────────────────╮ │ /Users/myuser/.pyenv/versions/3.11.7/envs/openapi-srv/lib/python3.11/site-packages/fastapi_cod │ │ e_generator/__main__.py:86...

Since Pydantic V2 has been finally released (https://docs.pydantic.dev/2.0/blog/pydantic-v2-final/) it would be great to add support for it.

updates: - [github.com/psf/black: 23.7.0 → 24.4.2](https://github.com/psf/black/compare/23.7.0...24.4.2) - [github.com/pycqa/isort: 5.12.0 → 5.13.2](https://github.com/pycqa/isort/compare/5.12.0...5.13.2)