You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 dev@pawamoy.fr
Code Refactoring
Use new autoref elements instead of deprecated spans (3e1020e by Timothée Mazzucotelli).