Skip to content

Commit 7b361d8

Browse files
authored
Merge branch 'ai-apps' into zimeg-feat-say-markdown-text
2 parents d2b9126 + 212c413 commit 7b361d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020
"Operating System :: OS Independent",
2121
]
2222
requires-python = ">=3.7"
23-
dependencies = ["slack_sdk>=3.35.0,<4"]
23+
dependencies = ["slack_sdk==3.36.0.dev3"]
2424

2525

2626
[project.urls]

slack_bolt/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Check the latest version at https://pypi.org/project/slack-bolt/"""
22

3-
__version__ = "1.25.0"
3+
__version__ = "1.26.0.dev0"

0 commit comments

Comments
 (0)