Skip to content

Commit

Permalink
Fixed missing deps of typer package
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <maiera@de.ibm.com>
  • Loading branch information
andy-maier committed Mar 31, 2024
1 parent 40c5b5b commit 55828d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions minimum-constraints.txt
Expand Up @@ -103,6 +103,10 @@ pep517==0.9.1
safety==2.2.0
dparse==0.6.2
ruamel.yaml==0.17.21
typer==0.9.0; python_version <= '3.6'
typer==0.12.0; python_version >= '3.7'
typer-cli==0.12.0; python_version >= '3.7'
typer-slim==0.12.0; python_version >= '3.7'

# Unit test (imports into testcases):
# pytest 4.3.1 solves an issue on Python 3 with minimum package levels
Expand Down

0 comments on commit 55828d3

Please sign in to comment.