Skip to content

Commit aab48f9

Browse files
committed
py(deps) Add pydantic for typed, intuitive validation
See also: - https://github.com/pydantic/pydantic - https://docs.pydantic.dev/ - https://pypi.org/project/pydantic/
1 parent 37d1eb1 commit aab48f9

File tree

2 files changed

+124
-1
lines changed

2 files changed

+124
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ homepage = "https://vcspull.git-pull.com"
5555
dependencies = [
5656
"libvcs~=0.35.0",
5757
"colorama>=0.3.9",
58-
"PyYAML>=6.0"
58+
"PyYAML>=6.0",
59+
"pydantic>=2.10.6",
5960
]
6061

6162
[project-urls]

0 commit comments

Comments
 (0)