Skip to content

Commit a6e1a2a

Browse files
authored
Merge pull request #58 from elixir-cloud-aai/enclose-boto3
Restrict boto3 version
2 parents 11d6cf2 + 18e7ad3 commit a6e1a2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
# boto3 constraint
1919
'boto3<=1.28 ; python_version == "3.8"',
20-
'boto3>=1.28 ; python_version >= "3.9"',
20+
'boto3>=1.28,<2.0 ; python_version >= "3.9"',
2121
]
2222
TEST_DEPS = [ 'pytest',
2323
'pyfakefs',

0 commit comments

Comments
 (0)