Toolkit Release: Slack (#351)

https://github.com/ArcadeAI/arcade-ai/pull/345 made changes to the Slack
toolkit & made it such that the pipe syntax is used for the return type
for some of its tools. This syntax requires arcade-ai >= 1.2.0
This commit is contained in:
Eric Gustin 2025-04-07 14:00:45 -08:00 committed by GitHub
parent b1d293ac28
commit e3fe630c27
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "arcade_slack"
version = "0.4.2"
version = "0.4.3"
description = "Arcade.dev LLM tools for Slack"
authors = ["Arcade <dev@arcade.dev>"]
@ -9,7 +9,7 @@ python = "^3.10"
aiodns = "^1.0" # required by slack - not picked by poetry due to slack requirements txt quirk :/
typing = { version = "*", markers = "python_version < '3.7'" } # prevent aiodns from installing typing package
aiohttp = ">=3.7.3,<4" # same as aiodns, above comment
arcade-ai = ">=0.1,<2.0"
arcade-ai = ">=1.2.0,<2.0"
slack-sdk = "^3.31.0"
[tool.poetry.dev-dependencies]