Bump toolkit versions (#468)

The PyPI packages haven't been bumped since migrating them to use the
TDK. This PR excludes bumping Jira since it was bumped last week.
This commit is contained in:
Eric Gustin 2025-07-01 12:14:41 -07:00 committed by GitHub
parent 87b7d0fdaf
commit 1d9a4f2275
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 20 additions and 20 deletions

View file

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "arcade_asana" name = "arcade_asana"
version = "0.1.0" version = "0.1.1"
description = "Arcade tools designed for LLMs to interact with Asana" description = "Arcade tools designed for LLMs to interact with Asana"
requires-python = ">=3.10" requires-python = ">=3.10"
dependencies = [ dependencies = [

View file

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "arcade_code_sandbox" name = "arcade_code_sandbox"
version = "1.0.0" version = "1.0.1"
description = "Arcade.dev LLM tools for running code in a sandbox" description = "Arcade.dev LLM tools for running code in a sandbox"
requires-python = ">=3.10" requires-python = ">=3.10"
dependencies = [ dependencies = [

View file

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "arcade_confluence" name = "arcade_confluence"
version = "0.0.1" version = "0.0.2"
description = "Arcade.dev LLM tools for Confluence" description = "Arcade.dev LLM tools for Confluence"
requires-python = ">=3.10" requires-python = ">=3.10"
dependencies = [ dependencies = [

View file

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "arcade_dropbox" name = "arcade_dropbox"
version = "0.1.1" version = "0.1.2"
description = "Arcade tools designed for LLMs to interact with Dropbox" description = "Arcade tools designed for LLMs to interact with Dropbox"
requires-python = ">=3.10" requires-python = ">=3.10"
dependencies = [ dependencies = [

View file

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "arcade_github" name = "arcade_github"
version = "0.1.10" version = "0.1.11"
description = "Arcade.dev LLM tools for Github" description = "Arcade.dev LLM tools for Github"
requires-python = ">=3.10" requires-python = ">=3.10"
dependencies = [ dependencies = [

View file

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "arcade_google" name = "arcade_google"
version = "1.2.1" version = "1.2.2"
description = "Arcade.dev LLM tools for Google Workspace" description = "Arcade.dev LLM tools for Google Workspace"
requires-python = ">=3.10" requires-python = ">=3.10"
dependencies = [ dependencies = [

View file

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "arcade_hubspot" name = "arcade_hubspot"
version = "0.2.0" version = "0.2.1"
description = "Arcade tools designed for LLMs to interact with Hubspot" description = "Arcade tools designed for LLMs to interact with Hubspot"
requires-python = ">=3.10" requires-python = ">=3.10"
dependencies = [ dependencies = [

View file

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "arcade_linkedin" name = "arcade_linkedin"
version = "0.1.10" version = "0.1.11"
description = "Arcade.dev LLM tools for LinkedIn" description = "Arcade.dev LLM tools for LinkedIn"
requires-python = ">=3.10" requires-python = ">=3.10"
dependencies = [ dependencies = [

View file

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "arcade_math" name = "arcade_math"
version = "1.0.1" version = "1.0.2"
description = "Arcade.dev LLM tools for doing math" description = "Arcade.dev LLM tools for doing math"
requires-python = ">=3.10" requires-python = ">=3.10"
dependencies = [ dependencies = [

View file

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "arcade_microsoft" name = "arcade_microsoft"
version = "0.2.0" version = "0.2.1"
description = "Arcade.dev LLM tools for Outlook Mail" description = "Arcade.dev LLM tools for Outlook Mail"
requires-python = ">=3.10" requires-python = ">=3.10"
dependencies = [ dependencies = [

View file

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "arcade_notion_toolkit" name = "arcade_notion_toolkit"
version = "0.1.3" version = "0.1.4"
description = "Arcade.dev LLM tools for Notion" description = "Arcade.dev LLM tools for Notion"
requires-python = ">=3.10" requires-python = ">=3.10"
dependencies = [ dependencies = [

View file

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "arcade_reddit" name = "arcade_reddit"
version = "0.1.0" version = "0.1.1"
description = "Arcade.dev LLM tools Reddit" description = "Arcade.dev LLM tools Reddit"
requires-python = ">=3.10" requires-python = ">=3.10"
dependencies = [ "arcade-tdk>=2.0.0,<3.0.0", "httpx>=0.27.2,<1.0.0",] 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] [project]
name = "arcade_salesforce" name = "arcade_salesforce"
version = "0.1.0" version = "0.1.1"
description = "Arcade tools designed for LLMs to interact with Salesforce" description = "Arcade tools designed for LLMs to interact with Salesforce"
requires-python = ">=3.10" requires-python = ">=3.10"
dependencies = [ "arcade-tdk>=2.0.0,<3.0.0", "httpx>=0.27.2,<1.0.0",] 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] [project]
name = "arcade_search" name = "arcade_search"
version = "1.4.0" version = "1.4.1"
description = "Arcade.dev LLM tools for searching the web" description = "Arcade.dev LLM tools for searching the web"
requires-python = ">=3.10" requires-python = ">=3.10"
dependencies = [ "arcade-tdk>=2.0.0,<3.0.0", "serpapi>=0.1.5,<1.0.0",] dependencies = [ "arcade-tdk>=2.0.0,<3.0.0", "serpapi>=0.1.5,<1.0.0",]

View file

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "arcade_slack" name = "arcade_slack"
version = "0.4.3" version = "0.4.4"
description = "Arcade.dev LLM tools for Slack" description = "Arcade.dev LLM tools for Slack"
requires-python = ">=3.10" 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",] 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] [project]
name = "arcade_spotify" name = "arcade_spotify"
version = "0.2.1" version = "0.2.2"
description = "Arcade.dev LLM tools for Spotify" description = "Arcade.dev LLM tools for Spotify"
requires-python = ">=3.10" requires-python = ">=3.10"
dependencies = [ "arcade-tdk>=2.0.0,<3.0.0", "httpx>=0.27.2,<1.0.0",] 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] [project]
name = "arcade_stripe" name = "arcade_stripe"
version = "0.0.1" version = "0.0.2"
description = "Arcade.dev LLM tools for Stripe" description = "Arcade.dev LLM tools for Stripe"
requires-python = ">=3.10" 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",] 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] [project]
name = "arcade_web" name = "arcade_web"
version = "1.0.1" version = "1.0.2"
description = "Arcade.dev LLM tools for web scraping related tasks" description = "Arcade.dev LLM tools for web scraping related tasks"
requires-python = ">=3.10" requires-python = ">=3.10"
dependencies = [ "arcade-tdk>=2.0.0,<3.0.0", "firecrawl-py>=1.3.1,<2.0.0",] 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] [project]
name = "arcade_x" name = "arcade_x"
version = "0.1.12" version = "0.1.13"
description = "Arcade.dev LLM tools for X (Twitter)" description = "Arcade.dev LLM tools for X (Twitter)"
requires-python = ">=3.10" requires-python = ">=3.10"
dependencies = [ "arcade-tdk>=2.0.0,<3.0.0", "httpx>=0.27.2,<1.0.0",] 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] [project]
name = "arcade_zoom" name = "arcade_zoom"
version = "0.1.10" version = "0.1.11"
description = "Arcade.dev LLM tools for Zoom" description = "Arcade.dev LLM tools for Zoom"
requires-python = ">=3.10" requires-python = ">=3.10"
dependencies = [ "arcade-tdk>=2.0.0,<3.0.0", "httpx>=0.27.2,<1.0.0",] dependencies = [ "arcade-tdk>=2.0.0,<3.0.0", "httpx>=0.27.2,<1.0.0",]