Skip to content

Commit 8919093

Browse files
fix(deps): update dependency pydantic-xml to v2
1 parent cf2e420 commit 8919093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ packages = [{ include = "regrws" }]
2424
python = "^3.11"
2525
requests = "^2.28.1"
2626
pydantic = { extras = ["dotenv"], version = "^1.10.22" }
27-
pydantic-xml = "1.0.0"
27+
pydantic-xml = "2.17.3"
2828
certifi = "^2025.0.0"
2929

3030
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)