From f5dc5ad62b7328d4e73dcace076b611bf54061a3 Mon Sep 17 00:00:00 2001 From: Drew Winstel Date: Wed, 27 Sep 2023 08:09:54 -0500 Subject: [PATCH] Update version and use newer versions of AWS libraries This fixes the conflict between tc_aws and sentry because the AWS libraries are fixed to an older (insecure!) version of urllib3, while sentry (correctly) requires newer versions. --- setup.py | 13 +++++++------ version.txt | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/setup.py b/setup.py index 0c0eb51..8587183 100644 --- a/setup.py +++ b/setup.py @@ -37,8 +37,8 @@ def readme(): description='Thumbor AWS extensions', long_description=readme(), long_description_content_type='text/markdown', - author='Thumbor-Community & William King', - author_email='h.briand@gmail.com', # Original author email is: willtrking@gmail.com + author='Noun Project & Thumbor-Community & William King', + author_email='drew@thenounproject.com', # Original author email is: willtrking@gmail.com, thumbor-community email h.briand@gmail.com zip_safe=False, include_package_data=True, packages=find_packages(), @@ -50,16 +50,17 @@ def readme(): "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Internet", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.6", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", ], keywords='thumbor aws', install_requires=[ 'python-dateutil>=2.8', 'thumbor>=7.0.0a2,<8', - 'aiobotocore==0.12.0', - 'boto3>=1.9,<1.13', + 'aiobotocore', + 'boto3', ], extras_require={ 'tests': [ diff --git a/version.txt b/version.txt index bad32ee..0f0fefa 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -7.0b +7.1