diff --git a/toolkits/asana/pyproject.toml b/toolkits/asana/pyproject.toml index e39aaf9a..3a0a063e 100644 --- a/toolkits/asana/pyproject.toml +++ b/toolkits/asana/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "arcade_asana" -version = "0.1.1" +version = "0.1.2" description = "Arcade tools designed for LLMs to interact with Asana" requires-python = ">=3.10" dependencies = [ diff --git a/toolkits/confluence/pyproject.toml b/toolkits/confluence/pyproject.toml index eb566467..8a5a7cda 100644 --- a/toolkits/confluence/pyproject.toml +++ b/toolkits/confluence/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "arcade_confluence" -version = "0.0.2" +version = "0.0.3" description = "Arcade.dev LLM tools for Confluence" requires-python = ">=3.10" dependencies = [ diff --git a/toolkits/dropbox/pyproject.toml b/toolkits/dropbox/pyproject.toml index ca21d5ff..242a6797 100644 --- a/toolkits/dropbox/pyproject.toml +++ b/toolkits/dropbox/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "arcade_dropbox" -version = "0.1.2" +version = "0.1.3" description = "Arcade tools designed for LLMs to interact with Dropbox" requires-python = ">=3.10" dependencies = [ diff --git a/toolkits/github/pyproject.toml b/toolkits/github/pyproject.toml index 40850f35..57aea41c 100644 --- a/toolkits/github/pyproject.toml +++ b/toolkits/github/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "arcade_github" -version = "0.1.11" +version = "0.1.12" description = "Arcade.dev LLM tools for Github" requires-python = ">=3.10" dependencies = [ diff --git a/toolkits/google/pyproject.toml b/toolkits/google/pyproject.toml index b9169f1a..0ff63cb2 100644 --- a/toolkits/google/pyproject.toml +++ b/toolkits/google/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "arcade_google" -version = "1.2.2" +version = "1.2.3" description = "Arcade.dev LLM tools for Google Workspace" requires-python = ">=3.10" dependencies = [ diff --git a/toolkits/hubspot/pyproject.toml b/toolkits/hubspot/pyproject.toml index 3b349109..f53fae7c 100644 --- a/toolkits/hubspot/pyproject.toml +++ b/toolkits/hubspot/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "arcade_hubspot" -version = "0.2.1" +version = "0.2.2" description = "Arcade tools designed for LLMs to interact with Hubspot" requires-python = ">=3.10" dependencies = [ diff --git a/toolkits/linkedin/pyproject.toml b/toolkits/linkedin/pyproject.toml index 6a1f3844..49b2b3e7 100644 --- a/toolkits/linkedin/pyproject.toml +++ b/toolkits/linkedin/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "arcade_linkedin" -version = "0.1.11" +version = "0.1.12" description = "Arcade.dev LLM tools for LinkedIn" requires-python = ">=3.10" dependencies = [ diff --git a/toolkits/math/pyproject.toml b/toolkits/math/pyproject.toml index df612662..beba1de1 100644 --- a/toolkits/math/pyproject.toml +++ b/toolkits/math/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "arcade_math" -version = "1.0.2" +version = "1.0.3" description = "Arcade.dev LLM tools for doing math" requires-python = ">=3.10" dependencies = [ diff --git a/toolkits/microsoft/pyproject.toml b/toolkits/microsoft/pyproject.toml index 2d6676a1..f4a4bb7b 100644 --- a/toolkits/microsoft/pyproject.toml +++ b/toolkits/microsoft/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "arcade_microsoft" -version = "0.2.1" +version = "0.2.2" description = "Arcade.dev LLM tools for Outlook Mail" requires-python = ">=3.10" dependencies = [ diff --git a/toolkits/notion/pyproject.toml b/toolkits/notion/pyproject.toml index 455fa0c7..6022169e 100644 --- a/toolkits/notion/pyproject.toml +++ b/toolkits/notion/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "arcade_notion_toolkit" -version = "0.1.4" +version = "0.1.5" description = "Arcade.dev LLM tools for Notion" requires-python = ">=3.10" dependencies = [ diff --git a/toolkits/reddit/pyproject.toml b/toolkits/reddit/pyproject.toml index 95c0d31e..3c8504b3 100644 --- a/toolkits/reddit/pyproject.toml +++ b/toolkits/reddit/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "arcade_reddit" -version = "0.1.1" +version = "0.1.2" description = "Arcade.dev LLM tools Reddit" requires-python = ">=3.10" dependencies = [ "arcade-tdk>=2.0.0,<3.0.0", "httpx>=0.27.2,<1.0.0",] diff --git a/toolkits/salesforce/pyproject.toml b/toolkits/salesforce/pyproject.toml index e4cbd488..4450b71d 100644 --- a/toolkits/salesforce/pyproject.toml +++ b/toolkits/salesforce/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "arcade_salesforce" -version = "0.1.1" +version = "0.1.2" description = "Arcade tools designed for LLMs to interact with Salesforce" requires-python = ">=3.10" dependencies = [ "arcade-tdk>=2.0.0,<3.0.0", "httpx>=0.27.2,<1.0.0",] diff --git a/toolkits/search/pyproject.toml b/toolkits/search/pyproject.toml index 4871726e..7700b737 100644 --- a/toolkits/search/pyproject.toml +++ b/toolkits/search/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "arcade_search" -version = "1.4.1" +version = "1.4.2" description = "Arcade.dev LLM tools for searching the web" requires-python = ">=3.10" dependencies = [ "arcade-tdk>=2.0.0,<3.0.0", "serpapi>=0.1.5,<1.0.0",] diff --git a/toolkits/slack/pyproject.toml b/toolkits/slack/pyproject.toml index 62b8f7b5..cccf2093 100644 --- a/toolkits/slack/pyproject.toml +++ b/toolkits/slack/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "arcade_slack" -version = "0.4.4" +version = "0.4.5" description = "Arcade.dev LLM tools for Slack" requires-python = ">=3.10" dependencies = [ "aiodns>=1.0,<2.0.0", "typing; python_version < '3.7'", "aiohttp>=3.7.3,<4.0.0", "arcade-tdk>=2.0.0,<3.0.0", "slack-sdk>=3.31.0,<4.0.0",] diff --git a/toolkits/spotify/pyproject.toml b/toolkits/spotify/pyproject.toml index 28093b83..cca137c5 100644 --- a/toolkits/spotify/pyproject.toml +++ b/toolkits/spotify/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "arcade_spotify" -version = "0.2.2" +version = "0.2.3" description = "Arcade.dev LLM tools for Spotify" requires-python = ">=3.10" dependencies = [ "arcade-tdk>=2.0.0,<3.0.0", "httpx>=0.27.2,<1.0.0",] diff --git a/toolkits/stripe/pyproject.toml b/toolkits/stripe/pyproject.toml index e13d35f4..48afb339 100644 --- a/toolkits/stripe/pyproject.toml +++ b/toolkits/stripe/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "arcade_stripe" -version = "0.0.2" +version = "0.0.3" description = "Arcade.dev LLM tools for Stripe" requires-python = ">=3.10" dependencies = [ "arcade-tdk>=2.0.0,<3.0.0", "stripe-agent-toolkit>=0.6.1,<1.0.0", "stripe>=11.0.0,<12.0.0",] diff --git a/toolkits/web/pyproject.toml b/toolkits/web/pyproject.toml index 9da42d6e..ebdbc14c 100644 --- a/toolkits/web/pyproject.toml +++ b/toolkits/web/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "arcade_web" -version = "1.0.2" +version = "1.0.3" description = "Arcade.dev LLM tools for web scraping related tasks" requires-python = ">=3.10" dependencies = [ "arcade-tdk>=2.0.0,<3.0.0", "firecrawl-py>=1.3.1,<2.0.0",] diff --git a/toolkits/x/pyproject.toml b/toolkits/x/pyproject.toml index 89ab51b5..8c8b5656 100644 --- a/toolkits/x/pyproject.toml +++ b/toolkits/x/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "arcade_x" -version = "0.1.13" +version = "0.1.14" description = "Arcade.dev LLM tools for X (Twitter)" requires-python = ">=3.10" dependencies = [ "arcade-tdk>=2.0.0,<3.0.0", "httpx>=0.27.2,<1.0.0",] diff --git a/toolkits/zoom/pyproject.toml b/toolkits/zoom/pyproject.toml index 3eb3c106..73468b12 100644 --- a/toolkits/zoom/pyproject.toml +++ b/toolkits/zoom/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "arcade_zoom" -version = "0.1.11" +version = "0.1.12" description = "Arcade.dev LLM tools for Zoom" requires-python = ">=3.10" dependencies = [ "arcade-tdk>=2.0.0,<3.0.0", "httpx>=0.27.2,<1.0.0",]