Files
responder/tests
kennethreitz bdd9358faa v6.3.1: emit OpenAPI parameters at the operation level (fix cross-method leak)
Query/header/cookie/path params were attached to the path item (since the
5.0 typed-OpenAPI feature), so a sibling method on the same path inherited
them — e.g. @api.post inheriting @api.get's query params (exposed by 5.1's
same-path multi-method routing). Each operation now carries only its own
parameters, which is also where most tooling expects them. Updated two tests
that asserted the old path-level location; added a regression test.

Backwards-compatible (valid OpenAPI either way). 568 tests pass; ruff + mypy clean.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-29 01:54:24 -04:00
..
2018-10-13 13:59:46 +01:00
2026-06-28 10:37:14 -04:00
2026-03-25 19:48:54 -04:00