Skip to content

1.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Nov 14:45

1.1.0 - 2024-11-03

Compare with 1.0.0

Features

  • Also support pydantic.model_validator (c83074d by Timothée Mazzucotelli). Issue-4

Bug Fixes

  • Don't crash on new config based on ConfigDict (c23ba7c by Timothée Mazzucotelli). Issue-6
  • Don't process class aliases, as real classes are processed at some point anyway (24a10f7 by SimonBoothroyd). Issue-8, PR-7, Co-authored-by: Timothée Mazzucotelli [email protected]

Code Refactoring

  • Use new autoref elements instead of deprecated spans (3e1020e by Timothée Mazzucotelli).