Changelog
2.0.2 (2025-01-31)
Documentation
- add info about how
Missing
is always False
-like, etc. (8d8d0d0)
2.0.1 (2025-01-31)
Bug Fixes
- update/generate new docs after fixing/tweaking them. (b307401)
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)
1.1.0 (2024-10-26)
Features
- add way to exclude specific fields from auto partials. (ceeb995)
1.0.8 (2024-07-17)
Bug Fixes
- ensure our validator only runs when the value type is
Missing
. (07508c1)
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)
1.0.6 (2024-06-14)
Bug Fixes
- require python >=3.10, <4 (from >=3.10,<3.11) (2fb0959)
1.0.5 (2024-06-11)
Documentation
- clarifying readme/docs. (d4d85ed)
- fix extra indent in code example in README.md. (1745485)
1.0.4 (2024-06-10)
Documentation
- added clarification around inheritance and default values. (d09b8a0)
1.0.3 (2024-06-10)
Documentation
- clarified a point in readme/docs. (6b9fbd0)
- fix incorrect mkdocs metadata. (fe6779b)
1.0.2 (2024-06-10)
Documentation
1.0.1 (2024-06-10)
Documentation
1.0.0 (2024-06-10)
Features
- 1.0.0 release (0186934)
- final code adjustments for the initial release of pydantic-partials. (7a680c3)
- initial commit, want to refactor so committing stuff now. (d0e9aa8)
Bug Fixes
Documentation
- added basic docs to readme. (a0eb544)
- added/changed doc-comments. (eb1eb7c)