From 1591c20bb7ab54476101fb19566e8597a2962d78 Mon Sep 17 00:00:00 2001 From: Pach Date: Wed, 19 Jun 2024 14:25:44 -0600 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a4c95d4..f442f9e 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ 'dnspython>=2.0.0,<2.2.0', 'pymongo>=3.11.0,<4.0.0', 'pymongocrypt>=1.9.2,<2.0.0', - 'boto3>=1.34.130', + 'boto3>=1.34.109', ], classifiers=[ 'Programming Language :: Python :: 3.8',