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 d2b9126 + 212c413 commit 7b361d8Copy full SHA for 7b361d8
pyproject.toml
@@ -20,7 +20,7 @@ classifiers = [
20
"Operating System :: OS Independent",
21
]
22
requires-python = ">=3.7"
23
-dependencies = ["slack_sdk>=3.35.0,<4"]
+dependencies = ["slack_sdk==3.36.0.dev3"]
24
25
26
[project.urls]
slack_bolt/version.py
@@ -1,3 +1,3 @@
1
"""Check the latest version at https://pypi.org/project/slack-bolt/"""
2
3
-__version__ = "1.25.0"
+__version__ = "1.26.0.dev0"
0 commit comments