From 28d634084739b730cba83434683a5bd1ecf310bf Mon Sep 17 00:00:00 2001 From: profitroll Date: Tue, 29 Apr 2025 12:18:33 +0200 Subject: [PATCH] Set min version of typing_extensions to 4.11.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 500a656..b63f5a7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,4 @@ libbot[speed,pycord,cache]==4.1.0 mongodb-migrations==1.3.1 msgspec~=0.19.0 pytz~=2025.1 -typing_extensions>=4.11.cl0 \ No newline at end of file +typing_extensions>=4.11.0 \ No newline at end of file