From dffc71e0c113437cfe3da5c934360db3573ad77c Mon Sep 17 00:00:00 2001 From: Stephen Date: Thu, 9 May 2024 11:17:14 -0500 Subject: [PATCH] fix: Install boto3 CRT extra feature always (#328) Signed-off-by: Stephen Crowe --- pyproject.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index efb6f1d1..30121d45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,9 +35,7 @@ classifiers = [ # Applications that consume this library should be the ones that are more strictly # limiting dependencies if they want/need to. dependencies = [ - # See CR platform and Python version support here: https://pypi.org/project/awscrt/#files - "boto3[crt] >= 1.34.75; python_version >= '3.7' and python_version <= '3.11'", - "boto3 >= 1.34.75; python_version < '3.7' or python_version > '3.11'", + "boto3[crt] >= 1.34.75", "click >= 8.1.7", "pyyaml >= 6.0", # Job Attachments