Skip to content

Commit

Permalink
Merge pull request #87 from cuenca-mx/boto-version
Browse files Browse the repository at this point in the history
Downgrade boto3 library
  • Loading branch information
pachCode authored Jun 19, 2024
2 parents 2520ff9 + 9d34fdf commit 9f42c50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ dnspython==2.1.0
mongoengine==0.27.0
pymongo==3.13.0
pymongocrypt==1.9.2
boto3==1.34.130
boto3==1.34.106
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.106',
],
classifiers=[
'Programming Language :: Python :: 3.8',
Expand Down

0 comments on commit 9f42c50

Please sign in to comment.