Officially publish new split toolkits to PyPI (#480)
No more release candidate versions!
This commit is contained in:
parent
6889d8673b
commit
64c7771e36
20 changed files with 24 additions and 24 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
|
|
@ -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",]
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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 = [
|
||||
|
|
|
|||
|
|
@ -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 = [
|
||||
|
|
|
|||
|
|
@ -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",]
|
||||
|
|
|
|||
|
|
@ -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",]
|
||||
|
|
|
|||
|
|
@ -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",]
|
||||
|
|
|
|||
|
|
@ -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",]
|
||||
|
|
|
|||
|
|
@ -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",]
|
||||
|
|
|
|||
|
|
@ -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",]
|
||||
|
|
|
|||
|
|
@ -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 = [
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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 = [
|
||||
|
|
|
|||
|
|
@ -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 = [
|
||||
|
|
|
|||
|
|
@ -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 = [
|
||||
|
|
|
|||
|
|
@ -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 = [
|
||||
|
|
|
|||
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Reference in a new issue