[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:
Eric Gustin 2025-02-20 13:27:35 -08:00 committed by GitHub
parent 936319ccba
commit eeb47dbec5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 3 additions and 4 deletions

View file

@ -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>

View file

@ -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>"]

View file

@ -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>"]

View file

@ -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>"]