Skip to content

Commit

Permalink
Remove typer extra "all" that is no longer necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
SRv6d committed Sep 13, 2024
1 parent 60c651d commit b0a1f3d
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 @@ -42,7 +42,7 @@ requires-python = ">=3.11"
dependencies = [
"pydantic>=2.5.2, < 2.9",
"httpx>=0.25.0",
"typer[all]>=0.12.4",
"typer>=0.12.4",
"structlog>=24.1.0",
"rich>=13.7.0",
"orjson>=3.9.13",
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 b0a1f3d

Please sign in to comment.