Skip to content

Commit

Permalink
Fix typer[all] is no longer valid
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw committed Oct 2, 2024
1 parent f788b97 commit ffe09db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ classifiers = [
]
dependencies = [
"build >=0.9,<1.3",
"typer[all] >=0.6.1,<0.13.0",
"typer >=0.6.1,<0.13.0",
"setuptools >=69.2,<75.0; python_version >= \"3.12\"",
]
requires-python = ">=3.9,<4.0"
Expand Down
4 changes: 2 additions & 2 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ffe09db

Please sign in to comment.