Skip to content

Commit 01ff59e

Browse files
authored
Set valid Chalice version range (#856)
1 parent 65d1435 commit 01ff59e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@
7777
# used only under src/slack_bolt/adapter
7878
"boto3<=2",
7979
"bottle>=0.12,<1",
80-
# TODO: chalice 1.28 dropped Python 3.6 support
81-
"chalice<=1.27.3",
80+
"chalice>=1.28,<2" if sys.version_info.minor > 6 else "chalice<=1.27.3",
8281
"CherryPy>=18,<19",
8382
"Django>=3,<5",
8483
"falcon>=3.1.1,<4" if sys.version_info.minor >= 11 else "falcon>=2,<4",

0 commit comments

Comments
 (0)