We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e12115 + 41630d8 commit 6bc8128Copy full SHA for 6bc8128
pyproject.toml
@@ -24,10 +24,10 @@ classifiers = [
24
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
25
]
26
dependencies = [
27
- "boto3 >=1.12.39,<1.38.0",
28
- "requests >= 2.23,<2.32.4",
29
- "aws-requests-auth >=0.4.2,<0.5",
30
- "humanfriendly >=10.0,<11",
+ "boto3 >=1.12.39,<2",
+ "requests >= 2.23,<3",
+ "aws-requests-auth >=0.4.2,<1",
+ "humanfriendly >=10.0",
31
32
dynamic = ["version"]
33
0 commit comments