Skip to content

Commit bb80b8e

Browse files
authored
Merge pull request #30 from joshorr/release-please--branches--main--components--pydantic-partials
chore(main): release 2.0.0
2 parents e73ade0 + ab3325c commit bb80b8e

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

3+
## [2.0.0](https://github.com/joshorr/pydantic-partials/compare/v1.1.0...v2.0.0) (2025-01-30)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Support mypy + make `PartialModel` not auto-define partial fields, use `AutoPartialModel` instead if you want the old behavior.
9+
10+
### Features
11+
12+
* Support mypy + make `PartialModel` not auto-define partial fields, use `AutoPartialModel` instead if you want the old behavior. ([b6b669e](https://github.com/joshorr/pydantic-partials/commit/b6b669ee7159a28198d21ad7a3f54ee5ff521f52))
13+
14+
15+
### Documentation
16+
17+
* adjust docs supported python version and make upgrade title more clear. ([2c39761](https://github.com/joshorr/pydantic-partials/commit/2c39761c449c67a8144c5e516302b316c6ef0ea6))
18+
319
## [1.1.0](https://github.com/joshorr/pydantic-partials/compare/v1.0.8...v1.1.0) (2024-10-26)
420

521

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.1.0"
3+
version = "2.0.0"
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)