Skip to content

Commit 860dbe3

Browse files
authored
MAINT: Setting minimal typer version in pyproject.toml - fix #84 (#86)
1 parent 935f74a commit 860dbe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ classifiers = [
3232

3333
dependencies = [
3434
"pypdf>=3.8.2",
35-
"typer>=0.9.0",
35+
"typer>=0.12.4",
3636
"pillow",
3737
"pydantic",
3838
"rich",

0 commit comments

Comments
 (0)