Skip to content

Releases: mkdocstrings/griffe-pydantic

1.1.2

18 Feb 00:13
Compare
Choose a tag to compare

1.1.2 - 2025-02-18

Compare with 1.1.1

Bug Fixes

  • Use set.discard instead of set.remove to avoid key error (2684be7 by Timothée Mazzucotelli). Issue-26

1.1.1

17 Feb 11:51
Compare
Choose a tag to compare

1.1.1 - 2025-02-17

Compare with 1.1.0

Bug Fixes

  • Don't label ClassVar-annotated attributes as Pydantic fields (0dbf958 by Miradil Zeynalli). Issue-18, PR-25, Co-authored-by: Timothée Mazzucotelli [email protected]
  • Don't crash when trying to evaluate AST literals (field descriptions) (b41bf46 by Timothée Mazzucotelli). Issue-16

1.1.0

03 Nov 14:45
Compare
Choose a tag to compare

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).

1.0.0

12 Oct 14:11
Compare
Choose a tag to compare

1.0.0 - 2024-10-12

Compare with first commit

Features

  • Make the project public! (b19ad56 by Timothée Mazzucotelli).