0.24.1 (2025-03-15)
Features
- allow Ruff to 0.10 (#1220)
- allow Ruff 0.11 (#1222)
- Allow any Mappingin generatedfrom_dictfunctions (#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!