Skip to content

Releases: mkdocstrings/griffe-pydantic

1.3.1

20 Feb 11:34
1.3.1
5dcc7eb

Choose a tag to compare

1.3.1 - 2026-02-20

Compare with 1.3.0

Build

  • Depend on griffelib instead of griffe (b4ad01b by Timothée Mazzucotelli).

1.3.0

09 Feb 13:12
1.3.0
7219a8e

Choose a tag to compare

1.3.0 - 2026-02-09

Compare with 1.2.0

Features

1.2.0

13 Jan 14:11
1.2.0
aa9e58b

Choose a tag to compare

1.2.0 - 2026-01-13

Compare with 1.1.8

Features

1.1.8

14 Oct 09:12

Choose a tag to compare

1.1.8 - 2025-10-14

Compare with 1.1.7

Bug Fixes

  • Don't process module aliases (all modules eventually get processed) (87ab586 by Timothée Mazzucotelli). Issue-45
  • Prevent crashes while computing JSON schemas (ec1b424 by Timothée Mazzucotelli).

1.1.7

05 Sep 16:11

Choose a tag to compare

1.1.7 - 2025-09-05

Compare with 1.1.6

Build

  • Depend on Griffe 1.14 (08f955c by Timothée Mazzucotelli).

1.1.6

06 Aug 09:31

Choose a tag to compare

1.1.6 - 2025-08-06

Compare with 1.1.5

Bug Fixes

1.1.5

05 Aug 14:01

Choose a tag to compare

1.1.5 - 2025-08-05

Compare with 1.1.4

Code Refactoring

  • Rename logger to griffe_pydantic (ad436b5 by Timothée Mazzucotelli).
  • Use DEBUG log level for unhandled objects (1f33b32 by Martin Stancsics). Issue-31, PR-38

1.1.4

26 Mar 12:55

Choose a tag to compare

1.1.4 - 2025-03-26

Compare with 1.1.3

Bug Fixes

  • Don't process properties as fields (2977b21 by Timothée Mazzucotelli). Issue-29

1.1.3

20 Mar 21:56

Choose a tag to compare

1.1.3 - 2025-03-20

Compare with 1.1.2

Bug Fixes

  • Handle field validators targetting all fields with "*" (449487f by Timothée Mazzucotelli). Issue-22
  • Handle inherited fields (c41a776 by Timothée Mazzucotelli). Issue-17

Code Refactoring

  • Move code to internal API, update docs accordingly (2f37b7e by Timothée Mazzucotelli).
  • Run dynamic analysis once package is loaded (6e3ab4f by Timothée Mazzucotelli). Issue-19

1.1.2

18 Feb 00:13

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