Skip to content

Releases: joshorr/pydantic-partials

v2.0.2

12 Mar 20:33
50bb702
Compare
Choose a tag to compare

2.0.2 (2025-01-31)

Documentation

  • add info about how Missing is always False-like, etc. (8d8d0d0)

v2.0.1

31 Jan 17:48
5f340c6
Compare
Choose a tag to compare

2.0.1 (2025-01-31)

Bug Fixes

  • update/generate new docs after fixing/tweaking them. (b307401)

v2.0.0

30 Jan 21:08
bb80b8e
Compare
Choose a tag to compare

2.0.0 (2025-01-30)

⚠ BREAKING CHANGES

  • Support mypy + make PartialModel not auto-define partial fields, use AutoPartialModel instead if you want the old behavior.

Features

  • Support mypy + make PartialModel not auto-define partial fields, use AutoPartialModel instead if you want the old behavior. (b6b669e)

Documentation

  • adjust docs supported python version and make upgrade title more clear. (2c39761)

v1.1.0

26 Oct 23:13
dafda5e
Compare
Choose a tag to compare

1.1.0 (2024-10-26)

Features

  • add way to exclude specific fields from auto partials. (ceeb995)

v1.0.8

17 Jul 20:21
e55fe68
Compare
Choose a tag to compare

1.0.8 (2024-07-17)

Bug Fixes

  • ensure our validator only runs when the value type is Missing. (07508c1)

v1.0.7

09 Jul 19:46
21353c7
Compare
Choose a tag to compare

1.0.7 (2024-07-08)

Bug Fixes

  • we want to not change validated object to missing. (9f754f7)
  • when setting values, Pydantic would ask this to serialize them if the type was not exactly what it expected. (90555bd)

v1.0.6

14 Jun 22:40
f4f4030
Compare
Choose a tag to compare

1.0.6 (2024-06-14)

Bug Fixes

  • require python >=3.10, <4 (from >=3.10,<3.11) (2fb0959)

v1.0.5

12 Jun 02:05
71566f2
Compare
Choose a tag to compare

1.0.5 (2024-06-11)

Documentation

  • clarifying readme/docs. (d4d85ed)
  • fix extra indent in code example in README.md. (1745485)

v1.0.4

10 Jun 23:30
46243dc
Compare
Choose a tag to compare

1.0.4 (2024-06-10)

Documentation

  • added clarification around inheritance and default values. (d09b8a0)

v1.0.3

10 Jun 23:08
59ae372
Compare
Choose a tag to compare

1.0.3 (2024-06-10)

Documentation

  • clarified a point in readme/docs. (6b9fbd0)
  • fix incorrect mkdocs metadata. (fe6779b)