Releases: joshorr/pydantic-partials
Releases · joshorr/pydantic-partials
v2.0.2
12 Mar 20:33
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
2.0.1 (2025-01-31)
Bug Fixes
update/generate new docs after fixing/tweaking them. (b307401 )
v2.0.0
30 Jan 21:08
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
1.1.0 (2024-10-26)
Features
add way to exclude specific fields from auto partials. (ceeb995 )
v1.0.8
17 Jul 20:21
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
1.0.4 (2024-06-10)
Documentation
added clarification around inheritance and default values. (d09b8a0 )
v1.0.3
10 Jun 23:08
Compare
Sorry, something went wrong.
No results found
1.0.3 (2024-06-10)
Documentation
clarified a point in readme/docs. (6b9fbd0 )
fix incorrect mkdocs metadata. (fe6779b )