From 965a27db39036b87890f84eb253d73ee724c8445 Mon Sep 17 00:00:00 2001 From: Akshay Joshi Date: Wed, 18 Feb 2026 17:41:13 +0530 Subject: [PATCH] typer[all]==0.24.* drop support for Python 3.9. Added conditional requirement. --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c55ca5c87..d92706299 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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