Skip to content

Commit

Permalink
Fix slackapi#850 by upgrading slack-sdk version to the latest
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Mar 10, 2023
1 parent 36ab652 commit d1d48d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
),
include_package_data=True, # MANIFEST.in
install_requires=[
"slack_sdk>=3.18.5,<4",
"slack_sdk>=3.20.2,<4",
],
setup_requires=["pytest-runner==5.2"],
tests_require=async_test_dependencies,
Expand Down

0 comments on commit d1d48d3

Please sign in to comment.