Skip to content

Commit

Permalink
Update botocore version specifiers (#8249)
Browse files Browse the repository at this point in the history
Exclude recent versions that shipped with regressions that break several S3 api calls.

---------

Co-authored-by: Brian Pandola <[email protected]>
  • Loading branch information
bblommers and bpandola authored Oct 23, 2024
1 parent 036c4a1 commit 6e705a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ project_urls =
python_requires = >=3.8
install_requires =
boto3>=1.9.201
botocore>=1.14.0,<1.35.45
botocore>=1.14.0,!=1.35.45,!=1.35.46
cryptography>=3.3.1
requests>=2.5
xmltodict
Expand Down

0 comments on commit 6e705a8

Please sign in to comment.