Skip to content

Commit e73ade0

Browse files
authored
Merge pull request #31 from joshorr/josho/better-mypy-support-and-auto-off-by-default
docs: adjust docs supported python version and make upgrade title mor…
2 parents 291cd68 + 2c39761 commit e73ade0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
An easy way to add or create partials for Pydantic models.
1414

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/)
1616
[![PyPI version](https://badge.fury.io/py/pydantic_partials.svg?)](https://pypi.org/project/pydantic-partials/)
1717

1818
## Documentation
@@ -21,7 +21,7 @@ An easy way to add or create partials for Pydantic models.
2121

2222
[//]: # (--8<-- [start:readme])
2323

24-
## Important Upgrade from v1.x Notes
24+
## Important Upgrade from v1.x to 2.x Notes
2525

2626
I decided to make the default behavior of `PartialModel` not be automatic anymore.
2727

0 commit comments

Comments
 (0)