From 168600fa3b65f7594a113ab3eb02e9f135eafe4c Mon Sep 17 00:00:00 2001 From: Andrew Clemons Date: Thu, 27 Jun 2024 16:39:34 +0900 Subject: [PATCH] build: Update tornado version in setup.py to match code check. (#3206) c06bf06a set the minimum version to 6, but setup.py was not updated to match. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f39005fc1c..e1245c05bb 100644 --- a/setup.py +++ b/setup.py @@ -129,7 +129,7 @@ def get_file_text(file_name): "sqlalchemy": ["sqlalchemy>=1.2"], "starlette": ["starlette>=0.19.1"], "starlite": ["starlite>=1.48"], - "tornado": ["tornado>=5"], + "tornado": ["tornado>=6"], }, classifiers=[ "Development Status :: 5 - Production/Stable",