Skip to content

Commit

Permalink
Fix slack-sdk dependency (#335)
Browse files Browse the repository at this point in the history
* #333 Fix slack-sdk dependency.

* Fixed slack-sdk to version ^3.19.0 for `files_upload_v2`.
  • Loading branch information
jjeff07 authored Oct 9, 2024
1 parent 880e386 commit f734707
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 24 deletions.
1 change: 1 addition & 0 deletions changes/333.dependencies
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed slack-sdk to version ^3.19.0 for `files_upload_v2`.
46 changes: 23 additions & 23 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ protobuf = { version = "^3.17", optional = true }
pydantic = { version = "^2.0.0", optional = true }
requests = ">=2.25.1"
schema-enforcer = { version = "^1.4.0", optional = true }
slack-sdk = "^3.4.2"
slack-sdk = "^3.19.0"
termcolor = { version = "1.1.0", optional = true }
texttable = "^1.6.2"
webexteamssdk = "^1.3"
Expand Down

0 comments on commit f734707

Please sign in to comment.