Skip to content

Commit 21353c7

Browse files
authored
Merge pull request #20 from joshorr/release-please--branches--main--components--pydantic-partials
chore(main): release 1.0.7
2 parents 6ac1238 + 468c8d5 commit 21353c7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.0.7](https://github.com/joshorr/pydantic-partials/compare/v1.0.6...v1.0.7) (2024-07-08)
4+
5+
6+
### Bug Fixes
7+
8+
* we want to not change validated object to missing. ([9f754f7](https://github.com/joshorr/pydantic-partials/commit/9f754f753da1eae492fb289f5bce829a0186bb76))
9+
* when setting values, Pydantic would ask this to serialize them if the type was not exactly what it expected. ([90555bd](https://github.com/joshorr/pydantic-partials/commit/90555bd1c8e1fe44abef896ee91686e87edf8aeb))
10+
311
## [1.0.6](https://github.com/joshorr/pydantic-partials/compare/v1.0.5...v1.0.6) (2024-06-14)
412

513

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pydantic-partials"
3-
version = "1.0.6"
3+
version = "1.0.7"
44
description = "Pydantic partial model class, with ability to easily dynamically omit fields when serializing a model."
55

66
authors = ["Josh Orr <josh@orr.blue>"]

0 commit comments

Comments
 (0)