Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cb0911f

Browse files
authoredJun 12, 2024··
fix(deps): update dependency pydantic to v2
1 parent b60d2f5 commit cb0911f

File tree

2 files changed

+120
-49
lines changed

2 files changed

+120
-49
lines changed
 

‎poetry.lock

+119-48
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ typer = "0.9.0"
2323
rich = "13.7.0"
2424
more-itertools = "9.1.0"
2525
tomli = "2.0.1"
26-
pydantic = "1.10.13"
26+
pydantic = "2.7.4"
2727

2828
[tool.poetry.dev-dependencies]
2929
mypy = "^0.991"

0 commit comments

Comments
 (0)
Please sign in to comment.