Skip to content

Commit 24a12bf

Browse files
Make the boto3 requirement even less restrictive (#72)
* Be less strict about required boto3 and sqlalchemy versions * Allow latest more-itertools * Make the boto3 requirement even less restrictive
1 parent 05f9648 commit 24a12bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ setup_requires =
2626
pytest-runner
2727
setuptools-scm
2828
install_requires =
29-
boto3 >=1.12.7,<1.14
29+
boto3 >=1.12.7,<2
3030
SQLAlchemy >=1.3.13,<1.4
3131
pydantic == 1.4
3232
more-itertools >= 8.0.2,<8.5

0 commit comments

Comments
 (0)