Skip to content
This repository was archived by the owner on Sep 20, 2025. It is now read-only.

Commit 2bd574e

Browse files
committed
fix: update typer version
1 parent b12dc4d commit 2bd574e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ exclude = [".venv"]
1919

2020
[tool.poetry.dependencies]
2121
python = "^3.9"
22-
typer = {extras = ["all"], version = "0.15.3"}
22+
typer = "0.15.3"
2323
click = "8.0.4"
2424
rich = "14.0.0"
2525
boto3 = "^1.35.0"

0 commit comments

Comments
 (0)