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 11d6cf2 + 18e7ad3 commit a6e1a2aCopy full SHA for a6e1a2a
1 file changed
setup.py
@@ -17,7 +17,7 @@
17
18
# boto3 constraint
19
'boto3<=1.28 ; python_version == "3.8"',
20
- 'boto3>=1.28 ; python_version >= "3.9"',
+ 'boto3>=1.28,<2.0 ; python_version >= "3.9"',
21
]
22
TEST_DEPS = [ 'pytest',
23
'pyfakefs',
0 commit comments