typer[all]==0.24.* drop support for Python 3.9. Added conditional requirement.

pull/9647/head
Akshay Joshi 2026-02-18 17:41:13 +05:30
parent 7b377ff3da
commit 965a27db39
1 changed files with 2 additions and 1 deletions

View File

@ -55,7 +55,8 @@ setuptools==82.*
SQLAlchemy==2.*
sqlparse==0.*
sshtunnel==0.*
typer[all]==0.24.*
typer[all]==0.23.*; python_version <= '3.9'
typer[all]==0.24.*; python_version > '3.9'
urllib3==1.26.*; python_version <= '3.9'
urllib3==2.6.*; python_version > '3.9'
user-agents==2.2.0