Skip to content

0.24.1 (2025-03-15)

Latest
Compare
Choose a tag to compare
@knope-bot knope-bot released this 15 Mar 19:19
4262321

Features

  • allow Ruff to 0.10 (#1220)
  • allow Ruff 0.11 (#1222)
  • Allow any Mapping in generated from_dict functions (#1211)

Fixes

Always parse $ref as a reference

If additional attributes were included with a $ref (for example title or description), the property could be
interpreted as a new type instead of a reference, usually resulting in Any in the generated code.
Now, any sibling properties to $ref will properly be ignored, as per the OpenAPI specification.

Thanks @nkrishnaswami!