diff --git a/toolkits/asana/pyproject.toml b/toolkits/asana/pyproject.toml index 3a0a063e..c329fe8d 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.2" +version = "0.1.3" 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 8a5a7cda..9df2d9c6 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.3" +version = "0.0.4" 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 242a6797..c5573818 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.3" +version = "0.1.4" 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 57aea41c..85c276e2 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.12" +version = "0.1.13" 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 0ff63cb2..23fe79ca 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.3" +version = "1.2.4" 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 f53fae7c..ced25ea6 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.2" +version = "0.2.3" 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 49b2b3e7..0d6b9e54 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.12" +version = "0.1.13" 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 beba1de1..e12385b0 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.3" +version = "1.0.4" 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 f4a4bb7b..6ee04f51 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.2" +version = "0.2.3" 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 6022169e..49ca9f2a 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.5" +version = "0.1.6" 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 3c8504b3..0980837a 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.2" +version = "0.1.3" 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 4450b71d..8bd82389 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.2" +version = "0.1.3" 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 7700b737..80a632c2 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.2" +version = "1.4.3" 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/arcade_slack/utils.py b/toolkits/slack/arcade_slack/utils.py index 77d57207..22a0f431 100644 --- a/toolkits/slack/arcade_slack/utils.py +++ b/toolkits/slack/arcade_slack/utils.py @@ -371,7 +371,8 @@ async def async_paginate( try: results = await asyncio.wait_for(paginate_loop(), timeout=max_pagination_timeout_seconds) - except TimeoutError: + # asyncio.TimeoutError for Python <= 3.10, TimeoutError for Python >= 3.11 + except (TimeoutError, asyncio.TimeoutError): raise PaginationTimeoutError(max_pagination_timeout_seconds) else: return results, next_cursor diff --git a/toolkits/slack/pyproject.toml b/toolkits/slack/pyproject.toml index cccf2093..e2231396 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.5" +version = "0.4.6" 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 cca137c5..c5ccb57c 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.3" +version = "0.2.4" 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 48afb339..9177e27d 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.3" +version = "0.0.4" 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 ebdbc14c..deda8b0c 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.3" +version = "1.0.4" 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 8c8b5656..a835d278 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.14" +version = "0.1.15" 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 73468b12..47f5095a 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.12" +version = "0.1.13" 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",]