Skip to content

Commit 3436740

Browse files
akshay-joshianilsahoo20
authored andcommitted
typer[all]==0.24.* drop support for Python 3.9. Added conditional requirement.
1 parent 2bf42d6 commit 3436740

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ setuptools==82.*
5555
SQLAlchemy==2.*
5656
sqlparse==0.*
5757
sshtunnel==0.*
58-
typer[all]==0.24.*
58+
typer[all]==0.23.*; python_version <= '3.9'
59+
typer[all]==0.24.*; python_version > '3.9'
5960
urllib3==1.26.*; python_version <= '3.9'
6061
urllib3==2.6.*; python_version > '3.9'
6162
user-agents==2.2.0

0 commit comments

Comments
 (0)