Skip to content

Commit d0b60e8

Browse files
Fix pydantic-xml (#63)
Updates pydantic-xml to fix compatibility with pydantic 2.12
1 parent 10479f7 commit d0b60e8

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

perdoo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"get_state_root",
77
"setup_logging",
88
]
9-
__version__ = "0.7.0"
9+
__version__ = "0.7.1"
1010

1111
import logging
1212
import os

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ dev = [
99
tests = [
1010
"pytest >= 8.4.0",
1111
"pytest-cov >= 7.0.0",
12-
"tox >= 4.30.0",
13-
"tox-uv >= 1.28.0"
12+
"tox >= 4.31.0",
13+
"tox-uv >= 1.29.0"
1414
]
1515

1616
[project]
@@ -40,9 +40,9 @@ dependencies = [
4040
"natsort >= 8.4.0",
4141
"pillow >= 11.3.0",
4242
"pydantic >= 2.12.0",
43-
"pydantic-xml >= 2.17.0",
43+
"pydantic-xml >= 2.18.0",
4444
"questionary >= 2.1.0",
45-
"rich >= 14.1.0",
45+
"rich >= 14.2.0",
4646
"simyan >= 1.6.0",
4747
"tomli >= 2.3.0 ; python_version < '3.11'",
4848
"tomli-w >= 1.2.0",

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)