From 64c7771e3680a96544d3a961be15a175ab12f8c6 Mon Sep 17 00:00:00 2001 From: Eric Gustin <34000337+EricGustin@users.noreply.github.com> Date: Fri, 11 Jul 2025 12:34:21 -0700 Subject: [PATCH] Officially publish new split toolkits to PyPI (#480) No more release candidate versions! --- toolkits/e2b/pyproject.toml | 2 +- toolkits/firecrawl/pyproject.toml | 2 +- toolkits/gmail/pyproject.toml | 4 ++-- toolkits/google_calendar/pyproject.toml | 4 ++-- toolkits/google_contacts/pyproject.toml | 4 ++-- toolkits/google_docs/pyproject.toml | 2 +- toolkits/google_drive/pyproject.toml | 2 +- toolkits/google_finance/pyproject.toml | 2 +- toolkits/google_flights/pyproject.toml | 2 +- toolkits/google_hotels/pyproject.toml | 2 +- toolkits/google_jobs/pyproject.toml | 2 +- toolkits/google_maps/pyproject.toml | 2 +- toolkits/google_news/pyproject.toml | 2 +- toolkits/google_search/pyproject.toml | 2 +- toolkits/google_sheets/pyproject.toml | 4 ++-- toolkits/google_shopping/pyproject.toml | 2 +- toolkits/outlook_calendar/pyproject.toml | 2 +- toolkits/outlook_mail/pyproject.toml | 2 +- toolkits/walmart/pyproject.toml | 2 +- toolkits/youtube/pyproject.toml | 2 +- 20 files changed, 24 insertions(+), 24 deletions(-) diff --git a/toolkits/e2b/pyproject.toml b/toolkits/e2b/pyproject.toml index 375a86a9..e672d343 100644 --- a/toolkits/e2b/pyproject.toml +++ b/toolkits/e2b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "arcade_e2b" -version = "2.0.0rc1" +version = "2.0.0" description = "Arcade.dev LLM tools for running code in a sandbox using E2B" requires-python = ">=3.10" dependencies = [ diff --git a/toolkits/firecrawl/pyproject.toml b/toolkits/firecrawl/pyproject.toml index 33d3bd4c..79b3790d 100644 --- a/toolkits/firecrawl/pyproject.toml +++ b/toolkits/firecrawl/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "arcade_firecrawl" -version = "2.0.0rc1" +version = "2.0.0" description = "Arcade.dev LLM tools for web scraping related tasks via Firecrawl" 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/gmail/pyproject.toml b/toolkits/gmail/pyproject.toml index 54eba467..710149ca 100644 --- a/toolkits/gmail/pyproject.toml +++ b/toolkits/gmail/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "arcade_gmail" -version = "2.0.0rc1" +version = "2.0.0" description = "Arcade.dev LLM tools for Gmail" requires-python = ">=3.10" dependencies = [ @@ -23,7 +23,7 @@ email = "dev@arcade.dev" [project.optional-dependencies] dev = [ - "arcade-ai[evals]>=2.0.0rc1,<3.0.0", + "arcade-ai[evals]>=2.0.0,<3.0.0", "arcade-serve>=2.0.0,<3.0.0", "pytest>=8.3.0,<8.4.0", "pytest-cov>=4.0.0,<4.1.0", diff --git a/toolkits/google_calendar/pyproject.toml b/toolkits/google_calendar/pyproject.toml index 32390bad..55f2f2e2 100644 --- a/toolkits/google_calendar/pyproject.toml +++ b/toolkits/google_calendar/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "arcade_google_calendar" -version = "2.0.0rc1" +version = "2.0.0" description = "Arcade.dev LLM tools for Google Calendar" requires-python = ">=3.10" dependencies = [ @@ -22,7 +22,7 @@ email = "dev@arcade.dev" [project.optional-dependencies] dev = [ - "arcade-ai[evals]>=2.0.0rc1,<3.0.0", + "arcade-ai[evals]>=2.0.0,<3.0.0", "arcade-serve>=2.0.0,<3.0.0", "pytest>=8.3.0,<8.4.0", "pytest-cov>=4.0.0,<4.1.0", diff --git a/toolkits/google_contacts/pyproject.toml b/toolkits/google_contacts/pyproject.toml index d8984107..f3c9169a 100644 --- a/toolkits/google_contacts/pyproject.toml +++ b/toolkits/google_contacts/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "arcade_google_contacts" -version = "2.0.0rc1" +version = "2.0.0" description = "Arcade.dev LLM tools for Google Contacts" requires-python = ">=3.10" dependencies = [ @@ -22,7 +22,7 @@ email = "dev@arcade.dev" [project.optional-dependencies] dev = [ - "arcade-ai[evals]>=2.0.0rc1,<3.0.0", + "arcade-ai[evals]>=2.0.0,<3.0.0", "arcade-serve>=2.0.0,<3.0.0", "pytest>=8.3.0,<8.4.0", "pytest-cov>=4.0.0,<4.1.0", diff --git a/toolkits/google_docs/pyproject.toml b/toolkits/google_docs/pyproject.toml index 96cd68fb..58e3f128 100644 --- a/toolkits/google_docs/pyproject.toml +++ b/toolkits/google_docs/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "arcade_google_docs" -version = "2.0.0rc1" +version = "2.0.0" description = "Arcade.dev LLM tools for Google Docs" requires-python = ">=3.10" dependencies = [ diff --git a/toolkits/google_drive/pyproject.toml b/toolkits/google_drive/pyproject.toml index 69af5677..616c2d77 100644 --- a/toolkits/google_drive/pyproject.toml +++ b/toolkits/google_drive/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "arcade_google_drive" -version = "2.0.0rc1" +version = "2.0.0" description = "Arcade.dev LLM tools for Google Drive" requires-python = ">=3.10" dependencies = [ diff --git a/toolkits/google_finance/pyproject.toml b/toolkits/google_finance/pyproject.toml index 95a9576f..0f0f97c1 100644 --- a/toolkits/google_finance/pyproject.toml +++ b/toolkits/google_finance/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "arcade_google_finance" -version = "2.0.0rc1" +version = "2.0.0" description = "Arcade.dev LLM tools for getting financial data via Google Finance" requires-python = ">=3.10" dependencies = [ "arcade-tdk>=2.0.0,<3.0.0", "serpapi>=0.1.5,<1.0.0",] diff --git a/toolkits/google_flights/pyproject.toml b/toolkits/google_flights/pyproject.toml index 169378b9..c99a7199 100644 --- a/toolkits/google_flights/pyproject.toml +++ b/toolkits/google_flights/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "arcade_google_flights" -version = "2.0.0rc1" +version = "2.0.0" description = "Arcade.dev LLM tools for getting flights via Google Flights" requires-python = ">=3.10" dependencies = [ "arcade-tdk>=2.0.0,<3.0.0", "serpapi>=0.1.5,<1.0.0",] diff --git a/toolkits/google_hotels/pyproject.toml b/toolkits/google_hotels/pyproject.toml index aa3b138e..20ebf5e4 100644 --- a/toolkits/google_hotels/pyproject.toml +++ b/toolkits/google_hotels/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "arcade_google_hotels" -version = "2.0.0rc1" +version = "2.0.0" description = "Arcade.dev LLM tools for getting Hotel information via Google Hotels" requires-python = ">=3.10" dependencies = [ "arcade-tdk>=2.0.0,<3.0.0", "serpapi>=0.1.5,<1.0.0",] diff --git a/toolkits/google_jobs/pyproject.toml b/toolkits/google_jobs/pyproject.toml index bb95c947..ca5152ae 100644 --- a/toolkits/google_jobs/pyproject.toml +++ b/toolkits/google_jobs/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "arcade_google_jobs" -version = "2.0.0rc1" +version = "2.0.0" description = "Arcade.dev LLM tools for getting job postings via Google Jobs" requires-python = ">=3.10" dependencies = [ "arcade-tdk>=2.0.0,<3.0.0", "serpapi>=0.1.5,<1.0.0",] diff --git a/toolkits/google_maps/pyproject.toml b/toolkits/google_maps/pyproject.toml index b507cd9b..7adb3620 100644 --- a/toolkits/google_maps/pyproject.toml +++ b/toolkits/google_maps/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "arcade_google_maps" -version = "2.0.0rc1" +version = "2.0.0" description = "Arcade.dev LLM tools for getting directions via Google Maps" requires-python = ">=3.10" dependencies = [ "arcade-tdk>=2.0.0,<3.0.0", "serpapi>=0.1.5,<1.0.0",] diff --git a/toolkits/google_news/pyproject.toml b/toolkits/google_news/pyproject.toml index 40eda8e6..36513703 100644 --- a/toolkits/google_news/pyproject.toml +++ b/toolkits/google_news/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "arcade_google_news" -version = "2.0.0rc1" +version = "2.0.0" description = "Arcade.dev LLM tools for getting new via Google News" requires-python = ">=3.10" dependencies = [ "arcade-tdk>=2.0.0,<3.0.0", "serpapi>=0.1.5,<1.0.0",] diff --git a/toolkits/google_search/pyproject.toml b/toolkits/google_search/pyproject.toml index d66058ad..412b3915 100644 --- a/toolkits/google_search/pyproject.toml +++ b/toolkits/google_search/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "arcade_google_search" -version = "2.0.0rc1" +version = "2.0.0" description = "Arcade.dev LLM tools for searching via Google" requires-python = ">=3.10" dependencies = [ diff --git a/toolkits/google_sheets/pyproject.toml b/toolkits/google_sheets/pyproject.toml index 8f5dd834..a00d06d7 100644 --- a/toolkits/google_sheets/pyproject.toml +++ b/toolkits/google_sheets/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "arcade_google_sheets" -version = "2.0.0rc1" +version = "2.0.0" description = "Arcade.dev LLM tools for Google Sheets" requires-python = ">=3.10" dependencies = [ @@ -22,7 +22,7 @@ email = "dev@arcade.dev" [project.optional-dependencies] dev = [ - "arcade-ai[evals]>=2.0.0rc1,<3.0.0", + "arcade-ai[evals]>=2.0.0,<3.0.0", "arcade-serve>=2.0.0,<3.0.0", "pytest>=8.3.0,<8.4.0", "pytest-cov>=4.0.0,<4.1.0", diff --git a/toolkits/google_shopping/pyproject.toml b/toolkits/google_shopping/pyproject.toml index dae0fd51..787c6ea5 100644 --- a/toolkits/google_shopping/pyproject.toml +++ b/toolkits/google_shopping/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "arcade_google_shopping" -version = "2.0.0rc1" +version = "2.0.0" description = "Arcade.dev LLM tools for shopping via Google Shopping" requires-python = ">=3.10" dependencies = [ diff --git a/toolkits/outlook_calendar/pyproject.toml b/toolkits/outlook_calendar/pyproject.toml index f1d1b8cd..a9f7fb48 100644 --- a/toolkits/outlook_calendar/pyproject.toml +++ b/toolkits/outlook_calendar/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "arcade_outlook_calendar" -version = "1.0.0rc1" +version = "1.0.0" description = "rcade.dev LLM tools for Outlook Calendar" requires-python = ">=3.10" dependencies = [ diff --git a/toolkits/outlook_mail/pyproject.toml b/toolkits/outlook_mail/pyproject.toml index 95be89f0..765458b6 100644 --- a/toolkits/outlook_mail/pyproject.toml +++ b/toolkits/outlook_mail/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "arcade_outlook_mail" -version = "1.0.0rc1" +version = "1.0.0" description = "Arcade.dev LLM tools for Outlook Mail" requires-python = ">=3.10" dependencies = [ diff --git a/toolkits/walmart/pyproject.toml b/toolkits/walmart/pyproject.toml index a03d62c4..b391d9ea 100644 --- a/toolkits/walmart/pyproject.toml +++ b/toolkits/walmart/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "arcade_walmart" -version = "2.0.0rc1" +version = "2.0.0" description = "Arcade.dev LLM tools for searching for products sold by Walmart" requires-python = ">=3.10" dependencies = [ diff --git a/toolkits/youtube/pyproject.toml b/toolkits/youtube/pyproject.toml index bc3f0d29..fb552c8d 100644 --- a/toolkits/youtube/pyproject.toml +++ b/toolkits/youtube/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "arcade_youtube" -version = "2.0.0rc1" +version = "2.0.0" description = "Arcade.dev LLM tools for searching for YouTube videos"" requires-python = ">=3.10" dependencies = [