Skip to content

Commit

Permalink
Raise s3transfer floor to 0.8.2 (#3960)
Browse files Browse the repository at this point in the history
  • Loading branch information
nateprewitt authored Nov 30, 2023
1 parent 1ad231b commit 5faed83
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/bugfix-s3transfer-25273.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "bugfix",
"category": "``s3transfer``",
"description": "Raise floor for ``s3transfer`` to 0.8.2 to avoid any conflicts with the awscrt"
}
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ universal = 0
requires_dist =
botocore>=1.33.3,<1.34.0
jmespath>=0.7.1,<2.0.0
s3transfer>=0.8.0,<0.9.0
s3transfer>=0.8.2,<0.9.0

[options.extras_require]
crt = botocore[crt]>=1.21.0,<2.0a0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
requires = [
'botocore>=1.33.3,<1.34.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.8.0,<0.9.0',
's3transfer>=0.8.2,<0.9.0',
]


Expand Down

0 comments on commit 5faed83

Please sign in to comment.