Skip to content

Commit

Permalink
MAINT: Setting minimal typer version in pyproject.toml - fix #84 (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas-C authored Dec 8, 2024
1 parent 935f74a commit 860dbe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ classifiers = [

dependencies = [
"pypdf>=3.8.2",
"typer>=0.9.0",
"typer>=0.12.4",
"pillow",
"pydantic",
"rich",
Expand Down

0 comments on commit 860dbe3

Please sign in to comment.