[Toolkit Release] Weekly Toolkit Release 02-20-25 (#261)
# Weekly Toolkit Release 02-20-25 Previous Toolkit Release: #248 ## Google Toolkit Minor Release https://github.com/ArcadeAI/arcade-ai/pull/249 #259 ## Slack Toolkit Minor Release #254 ## X Toolkit Patch Release #256
This commit is contained in:
parent
936319ccba
commit
eeb47dbec5
4 changed files with 3 additions and 4 deletions
|
|
@ -18,7 +18,6 @@
|
|||
<p align="center">
|
||||
<a href="https://docs.arcade.dev" target="_blank">Docs</a> •
|
||||
<a href="https://docs.arcade.dev/toolkits" target="_blank">Toolkits</a> •
|
||||
<a href="https://github.com/ArcadeAI/cookbook" target="_blank">Cookbook</a> •
|
||||
<a href="https://github.com/ArcadeAI/arcade-py" target="_blank">Python Client</a> •
|
||||
<a href="https://github.com/ArcadeAI/arcade-js" target="_blank">JavaScript Client</a>
|
||||
</p>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "arcade_google"
|
||||
version = "0.2.0"
|
||||
version = "0.3.0"
|
||||
description = "Arcade tools for the entire google suite"
|
||||
authors = ["Arcade <dev@arcade.dev>"]
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "arcade_slack"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
description = "Slack tools for LLMs"
|
||||
authors = ["Arcade <dev@arcade.dev>"]
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "arcade_x"
|
||||
version = "0.1.11"
|
||||
version = "0.1.12"
|
||||
description = "LLM tools for interacting with X (Twitter)"
|
||||
authors = ["Arcade <dev@arcade.dev>"]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue