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.
1 parent 65d1435 commit 01ff59eCopy full SHA for 01ff59e
setup.py
@@ -77,8 +77,7 @@
77
# used only under src/slack_bolt/adapter
78
"boto3<=2",
79
"bottle>=0.12,<1",
80
- # TODO: chalice 1.28 dropped Python 3.6 support
81
- "chalice<=1.27.3",
+ "chalice>=1.28,<2" if sys.version_info.minor > 6 else "chalice<=1.27.3",
82
"CherryPy>=18,<19",
83
"Django>=3,<5",
84
"falcon>=3.1.1,<4" if sys.version_info.minor >= 11 else "falcon>=2,<4",
0 commit comments