Skip to content

Commit

Permalink
Bump pydantic
Browse files Browse the repository at this point in the history
  • Loading branch information
pboers1988 committed May 6, 2024
1 parent d63f23d commit c488e1e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[bumpversion]
current_version = 1.0.3
current_version = 1.0.4
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((\-rc)(?P<build>\d+))?
serialize =
serialize =
{major}.{minor}.{patch}-rc{build}
{major}.{minor}.{patch}

Expand Down
2 changes: 1 addition & 1 deletion pydantic_forms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@

"""Pydantic-forms engine."""

__version__ = "1.0.3"
__version__ = "1.0.4"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ classifiers = [
]
requires = [
"more-itertools",
"pydantic[email] ~= 2.5.1",
"pydantic~=2.5.1"
"pydantic[email]~=2.7.1",
"pydantic~=2.7.1"
]
description-file = "README.md"
requires-python = ">=3.9,<=3.13"
Expand Down

0 comments on commit c488e1e

Please sign in to comment.