Fix existing Slack test & bump TK versions (#471)

This commit is contained in:
Eric Gustin 2025-07-01 14:13:45 -07:00 committed by GitHub
parent bfd183f06b
commit 490cb8ae38
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 21 additions and 20 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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