File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
13
13
An easy way to add or create partials for Pydantic models.
14
14
15
- [ ![ PythonSupport] ( https://img.shields.io/static/v1?label=python&message=%203.10|%203.11|%203.12&color=blue?style=flat-square&logo=python )] ( https://pypi.org/project/pydantic-partials/ )
15
+ [ ![ PythonSupport] ( https://img.shields.io/static/v1?label=python&message=%203.10|%203.11|%203.12|%203.13 &color=blue?style=flat-square&logo=python )] ( https://pypi.org/project/pydantic-partials/ )
16
16
[ ![ PyPI version] ( https://badge.fury.io/py/pydantic_partials.svg? )] ( https://pypi.org/project/pydantic-partials/ )
17
17
18
18
## Documentation
@@ -21,7 +21,7 @@ An easy way to add or create partials for Pydantic models.
21
21
22
22
[ // ] : # ( --8<-- [start:readme] )
23
23
24
- ## Important Upgrade from v1.x Notes
24
+ ## Important Upgrade from v1.x to 2.x Notes
25
25
26
26
I decided to make the default behavior of ` PartialModel ` not be automatic anymore.
27
27
You can’t perform that action at this time.
0 commit comments