Skip to content

Commit 2c46bae

Browse files
committed
Update typer lower version bound to avoid TyperArgument.make_metavar() takes 1 positional argument but 2 were given
1 parent 0220f50 commit 2c46bae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ classifiers = [
3232
"Programming Language :: Python :: 3.14",
3333
]
3434
dependencies = [
35-
"typer >= 0.15.1",
35+
"typer >= 0.16.0",
3636
"uvicorn[standard] >= 0.15.0",
3737
"rich-toolkit >= 0.14.8",
3838
"tomli >= 2.0.0; python_version < '3.11'"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)