Skip to content

Commit f4f4030

Browse files
authored
Merge pull request #18 from joshorr/release-please--branches--main--components--pydantic-partials
chore(main): release 1.0.6
2 parents a7634b9 + b91d331 commit f4f4030

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [1.0.6](https://github.com/joshorr/pydantic-partials/compare/v1.0.5...v1.0.6) (2024-06-14)
4+
5+
6+
### Bug Fixes
7+
8+
* require python &gt;=3.10, &lt;4 (from >=3.10,<3.11) ([2fb0959](https://github.com/joshorr/pydantic-partials/commit/2fb0959b0847da8aab67424dd674ddf41052e3a9))
9+
310
## [1.0.5](https://github.com/joshorr/pydantic-partials/compare/v1.0.4...v1.0.5) (2024-06-11)
411

512

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.5"
3+
version = "1.0.6"
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)