Skip to content

Commit e521910

Browse files
fix(deps): Add missing pydantic runtime dependency
1 parent ccec548 commit e521910

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,11 @@ classifiers = [
3232
"Programming Language :: Python :: 3.14",
3333
]
3434
dependencies = [
35+
"pydantic >= 2.7.0",
36+
"rich-toolkit >= 0.14.8",
37+
"tomli >= 2.0.0; python_version < '3.11'",
3538
"typer >= 0.15.1",
3639
"uvicorn[standard] >= 0.15.0",
37-
"rich-toolkit >= 0.14.8",
38-
"tomli >= 2.0.0; python_version < '3.11'"
3940
]
4041

4142
[project.optional-dependencies]

0 commit comments

Comments
 (0)