fastapi-cli
fastapi-cli copied to clipboard
Run and manage FastAPI apps from the command line with FastAPI CLI. 🚀
The package script started to conflict with fastapi package script since fastapi commit a25c92ce was created. After the both programs were packed in any linux distro and a user tried...
Bumps [mypy](https://github.com/python/mypy) from 1.11.1 to 1.11.2. Commits 789f02c Bump version to 1.11.2 917cc75 An alternative fix for a union-like literal string (#17639) 7d805b3 Unwrap TypedDict item types before storing (#17640)...
updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.4 → v0.11.11](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.4...v0.11.11)
# Security Enhancement: Server Header Control in FastAPI CLI ## Problem Context Uvicorn, by default, includes the "Server: uvicorn" header in all HTTP responses. This information represents a security risk...
### Description: This PR refactors the FastAPI server start-up logic to improve the display of the application’s documentation URLs in the console. It introduces a conditional check for app.openapi_url, ensuring...
Added the ability to pass [reload-dir](https://www.uvicorn.org/settings/#development) option to uvicorn run command.
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.8.4 to 0.11.2. Release notes Sourced from ruff's releases. 0.11.2 Release Notes Preview features [syntax-errors] Fix false-positive syntax errors emitted for annotations on variadic parameters before Python...
Using the CLI to start the application, whether in dev or prod mode, would show hardcoded, aka incorrect/misleading documentation endpoint The part responsible for this is here, which is clearly...
Bumps [mypy](https://github.com/python/mypy) from 1.14.0 to 1.15.0. Changelog Sourced from mypy's changelog. Mypy Release Notes Next Release ... Mypy 1.15 We’ve just uploaded mypy 1.15 to the Python Package Index (PyPI)....
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.12.3 to 1.12.4. Release notes Sourced from pypa/gh-action-pypi-publish's releases. v1.12.4 ✨ What's Changed The main theme of this patch release that the support for uploading PEP 639...