Skip to content

Commit

Permalink
chore/set minimum version for typer and update
Browse files Browse the repository at this point in the history
setup.cfg
  • Loading branch information
SafetyQuincyF committed Dec 19, 2024
1 parent c3ff352 commit 3aa78a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ install_requires =
marshmallow>=3.15.0
Authlib>=1.2.0
rich
typer
typer>=0.12.1
pydantic>=1.10.12
safety_schemas==0.0.10
typing-extensions>=4.7.1
filelock~=3.12.2
psutil~=6.0.0
filelock~=3.16.1
psutil~=6.1.0

[options.entry_points]
console_scripts =
Expand Down
2 changes: 1 addition & 1 deletion test_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ marshmallow; python_version=="3.6"
marshmallow>=3.15.0; python_version>="3.7"
Authlib>=1.2.0
rich
typer
typer>=0.12.1
pydantic>=1.10.12
safety_schemas==0.0.10
typing-extensions>=4.7.1
Expand Down

0 comments on commit 3aa78a6

Please sign in to comment.