Skip to content

Commit 131f59a

Browse files
committed
added pydantic as permanent dependency
1 parent 078ce42 commit 131f59a

2 files changed

Lines changed: 12 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,12 @@ classifiers = [
2121
"Programming Language :: Python :: 3.13",
2222
"Topic :: Scientific/Engineering :: Artificial Intelligence",
2323
]
24-
dependencies = ["gitpython>=3.1.0", "tqdm>=4.66.0", "rich>=14.1.0"]
24+
dependencies = [
25+
"gitpython>=3.1.0",
26+
"tqdm>=4.66.0",
27+
"rich>=14.1.0",
28+
"pydantic>=2.12.5",
29+
]
2530

2631
# Enable optional dependencies for end users
2732
[project.optional-dependencies]

uv.lock

Lines changed: 6 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)