Files
python-fastapi/python-fastapi.changes
Dirk Mueller d3e4d8aca9 - update to 0.129.0:
* Drop support for Python 3.9.
  * Fix grammar in `docs/en/docs/tutorial/first-steps.md`.
  * Tweak PDM hook script.
  * Show a clear error on attempt to include router into
    itself.
  * Replace `dict` by `Mapping` on `HTTPException.headers`. PR
  * Simplify reading files in memory, do it sequentially
    instead of (fake) parallel.
  * Fix `on_startup` and `on_shutdown` parameters of
    `APIRouter`.
  * Update translations for zh (update-outdated).
  * Fix parameterized tests with snapshots.
  * Refactor and simplify Pydantic v2 (and v1) compatibility
    internal utils.
  * Add inline snapshot tests for OpenAPI before changes from
    Pydantic v2.
  * Update translations for fr (outdated pages).
  * Update translations for tr (outdated and missing).
  * Upgrade Starlette supported version range to
    `starlette>=0.40.0,<1.0.0`.
  * Add support for PEP695 `TypeAliasType`.
  * Allow `Response` type hint as dependency annotation.
  * Add `viewport` meta tag to improve Swagger UI on mobile
    devices.
  * Update `ValidationError` schema to include `input` and
    `ctx`.
  * Fix TYPE_CHECKING annotations for Python 3.14 (PEP 649).
  * Strip whitespaces from `Authorization` header credentials.
    PR

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fastapi?expand=0&rev=106
2026-02-16 17:57:24 +00:00

47 KiB