Skip to content

Commit

Permalink
Merge pull request #40 from workfloworchestrator/1.4.0
Browse files Browse the repository at this point in the history
Update from 1.4.0
  • Loading branch information
pboers1988 authored Mar 5, 2025
2 parents 0dbbd50 + 306b036 commit 42f6bd9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.3.0
current_version = 1.4.0
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)((\-rc)(?P<build>\d+))?
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.3.0"
__version__ = "1.4.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ classifiers = [
]
requires = [
"more-itertools",
"pydantic[email]>=2.7.4,<2.10",
"pydantic[email]>=2.7.4",
"pydantic-i18n==0.4.5"
]
description-file = "README.md"
Expand Down
1 change: 0 additions & 1 deletion tests/unit_tests/test_read_only_field.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ class Form(FormPage):
"read_only": {
"const": schema_value,
"default": schema_value,
"enum": [schema_value],
"title": "Read Only",
"uniforms": {"disabled": True, "value": schema_value},
"type": schema_type,
Expand Down

0 comments on commit 42f6bd9

Please sign in to comment.