diff --git a/toolkits/airtable_api/pyproject.toml b/toolkits/airtable_api/pyproject.toml index ae78f6b6..befb43a4 100644 --- a/toolkits/airtable_api/pyproject.toml +++ b/toolkits/airtable_api/pyproject.toml @@ -4,11 +4,11 @@ build-backend = "hatchling.build" [project] name = "arcade_airtable_api" -version = "0.1.0" +version = "0.1.1" description = "Tools that enable LLMs to interact directly with the airtable API." requires-python = ">=3.10" dependencies = [ - "arcade-tdk>=2.0.0,<3.0.0", + "arcade-tdk>=3.0.0,<4.0.0", "httpx[http2]>=0.27.2,<1.0.0", ] [[project.authors]] @@ -16,8 +16,8 @@ email = "support@arcade.dev" [project.optional-dependencies] dev = [ - "arcade-mcp[all]>=1.0.0rc2,<3.0.0", - "arcade-serve>=2.0.0,<3.0.0", + "arcade-mcp[all]>=1.2.0,<2.0.0", + "arcade-serve>=3.0.0,<4.0.0", "pytest>=8.3.0,<8.4.0", "pytest-cov>=4.0.0,<4.1.0", "pytest-mock>=3.11.1,<3.12.0", diff --git a/toolkits/box_api/pyproject.toml b/toolkits/box_api/pyproject.toml index ec5553db..01b2b3ed 100644 --- a/toolkits/box_api/pyproject.toml +++ b/toolkits/box_api/pyproject.toml @@ -4,11 +4,11 @@ build-backend = "hatchling.build" [project] name = "arcade_box_api" -version = "0.1.0" +version = "0.1.1" description = "Tools that enable LLMs to interact directly with the box API." requires-python = ">=3.10" dependencies = [ - "arcade-tdk>=2.6.0rc1,<3.0.0", + "arcade-tdk>=3.0.0,<4.0.0", "httpx>=0.27.2,<1.0.0", ] [[project.authors]] @@ -17,8 +17,8 @@ email = "dev@arcade.dev" [project.optional-dependencies] dev = [ - "arcade-mcp[all]>=1.0.0rc1,<3.0.0", - "arcade-serve>=2.2.0rc1,<3.0.0", + "arcade-mcp[all]>=1.2.0,<2.0.0", + "arcade-serve>=3.0.0,<4.0.0", "pytest>=8.3.0,<8.4.0", "pytest-cov>=4.0.0,<4.1.0", "pytest-asyncio>=0.24.0,<0.25.0", diff --git a/toolkits/brightdata/pyproject.toml b/toolkits/brightdata/pyproject.toml index 52288a21..9fb4aa9b 100644 --- a/toolkits/brightdata/pyproject.toml +++ b/toolkits/brightdata/pyproject.toml @@ -4,11 +4,11 @@ build-backend = "hatchling.build" [project] name = "brightdata" -version = "0.1.0" +version = "0.1.1" description = "Search, Crawl and Scrape any site, at scale, without getting blocked" requires-python = ">=3.10" dependencies = [ - "arcade-tdk>=2.0.0,<3.0.0", + "arcade-tdk>=3.0.0,<4.0.0", "requests>=2.32.5", ] @@ -19,8 +19,8 @@ email = "meirk@brightdata.com" [project.optional-dependencies] dev = [ - "arcade-ai[evals]>=2.1.4,<3.0.0", - "arcade-serve>=2.0.0,<3.0.0", + "arcade-mcp[all]>=1.2.0,<2.0.0", + "arcade-serve>=3.0.0,<4.0.0", "pytest>=8.3.0,<8.4.0", "pytest-cov>=4.0.0,<4.1.0", "pytest-mock>=3.11.1,<3.12.0", diff --git a/toolkits/calendly_api/pyproject.toml b/toolkits/calendly_api/pyproject.toml index 11e9eca6..c3df17c9 100644 --- a/toolkits/calendly_api/pyproject.toml +++ b/toolkits/calendly_api/pyproject.toml @@ -4,11 +4,11 @@ build-backend = "hatchling.build" [project] name = "arcade_calendly_api" -version = "0.1.0" +version = "0.1.1" description = "Tools that enable LLMs to interact directly with the calendly API." requires-python = ">=3.10" dependencies = [ - "arcade-tdk>=2.0.0,<3.0.0", + "arcade-tdk>=3.0.0,<4.0.0", "httpx[http2]>=0.27.2,<1.0.0", ] @@ -18,8 +18,8 @@ email = "support@arcade.dev" [project.optional-dependencies] dev = [ - "arcade-mcp[all]>=1.0.0rc2,<3.0.0", - "arcade-serve>=2.0.0,<3.0.0", + "arcade-mcp[all]>=1.2.0,<2.0.0", + "arcade-serve>=3.0.0,<4.0.0", "pytest>=8.3.0,<8.4.0", "pytest-cov>=4.0.0,<4.1.0", "pytest-mock>=3.11.1,<3.12.0", diff --git a/toolkits/clickhouse/pyproject.toml b/toolkits/clickhouse/pyproject.toml index 59352dec..3884baf0 100644 --- a/toolkits/clickhouse/pyproject.toml +++ b/toolkits/clickhouse/pyproject.toml @@ -4,11 +4,11 @@ build-backend = "hatchling.build" [project] name = "arcade_clickhouse" -version = "0.1.0" +version = "0.1.1" description = "Tools to query and explore a ClickHouse database" requires-python = ">=3.10" dependencies = [ - "arcade-tdk>=2.6.0rc2,<3.0.0", + "arcade-tdk>=3.0.0,<4.0.0", "clickhouse-connect>=0.7.0", "pydantic>=2.11.7", "sqlalchemy>=2.0.41", @@ -24,8 +24,8 @@ email = "support@arcade.dev" [project.optional-dependencies] dev = [ - "arcade-mcp[all]>=1.0.0rc2,<3.0.0", - "arcade-serve>=2.2.0rc2,<3.0.0", + "arcade-mcp[all]>=1.2.0,<2.0.0", + "arcade-serve>=3.0.0,<4.0.0", "pytest>=8.3.0,<8.4.0", "pytest-cov>=4.0.0,<4.1.0", "pytest-mock>=3.11.1,<3.12.0", diff --git a/toolkits/cursor_agents_api/pyproject.toml b/toolkits/cursor_agents_api/pyproject.toml index 4bc15379..e5650716 100644 --- a/toolkits/cursor_agents_api/pyproject.toml +++ b/toolkits/cursor_agents_api/pyproject.toml @@ -4,11 +4,11 @@ build-backend = "hatchling.build" [project] name = "arcade_cursor_agents_api" -version = "0.1.0" +version = "0.1.1" description = "Tools that enable LLMs to interact directly with the Cursor Background Agents API." requires-python = ">=3.10" dependencies = [ - "arcade-tdk>=2.0.0,<4.0.0", + "arcade-tdk>=3.0.0,<4.0.0", "httpx[http2]>=0.27.2,<1.0.0", ] [[project.authors]] diff --git a/toolkits/freshservice_api/pyproject.toml b/toolkits/freshservice_api/pyproject.toml index 8f372d73..5beb506c 100644 --- a/toolkits/freshservice_api/pyproject.toml +++ b/toolkits/freshservice_api/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "arcade_freshservice_api" -version = "0.1.0" +version = "0.1.1" description = "Tools that enable LLMs to interact directly with the Freshservice API." requires-python = ">=3.10" dependencies = [ diff --git a/toolkits/linkedin/pyproject.toml b/toolkits/linkedin/pyproject.toml index f3f55edf..38ca3be5 100644 --- a/toolkits/linkedin/pyproject.toml +++ b/toolkits/linkedin/pyproject.toml @@ -4,11 +4,11 @@ build-backend = "hatchling.build" [project] name = "arcade_linkedin" -version = "0.1.13" +version = "0.1.14" description = "Arcade.dev LLM tools for LinkedIn" requires-python = ">=3.10" dependencies = [ - "arcade-tdk>=2.6.0rc2,<3.0.0", + "arcade-tdk>=3.0.0,<4.0.0", "httpx>=0.27.2,<1.0.0", ] [[project.authors]] @@ -17,8 +17,8 @@ email = "dev@arcade.dev" [project.optional-dependencies] dev = [ - "arcade-mcp[all]>=1.0.0rc2,<3.0.0", - "arcade-serve>=2.2.0rc2,<3.0.0", + "arcade-mcp[all]>=1.2.0,<2.0.0", + "arcade-serve>=3.0.0,<4.0.0", "pytest>=8.3.0,<8.4.0", "pytest-cov>=4.0.0,<4.1.0", "pytest-asyncio>=0.24.0,<0.25.0", diff --git a/toolkits/math/pyproject.toml b/toolkits/math/pyproject.toml index 73474f17..02c974d1 100644 --- a/toolkits/math/pyproject.toml +++ b/toolkits/math/pyproject.toml @@ -4,11 +4,11 @@ build-backend = "hatchling.build" [project] name = "arcade_math" -version = "1.0.4" +version = "1.0.5" description = "Arcade.dev LLM tools for doing math" requires-python = ">=3.10" dependencies = [ - "arcade-tdk>=2.6.0rc2,<3.0.0", + "arcade-tdk>=3.0.0,<4.0.0", ] [[project.authors]] name = "Arcade" @@ -16,8 +16,8 @@ email = "dev@arcade.dev" [project.optional-dependencies] dev = [ - "arcade-mcp[all]>=1.0.0rc2,<3.0.0", - "arcade-serve>=2.2.0rc2,<3.0.0", + "arcade-mcp[all]>=1.2.0,<2.0.0", + "arcade-serve>=3.0.0,<4.0.0", "pytest>=8.3.0,<8.4.0", "pytest-cov>=4.0.0,<4.1.0", "pytest-asyncio>=0.24.0,<0.25.0", diff --git a/toolkits/miro_api/pyproject.toml b/toolkits/miro_api/pyproject.toml index 9aacde30..6f9e0296 100644 --- a/toolkits/miro_api/pyproject.toml +++ b/toolkits/miro_api/pyproject.toml @@ -4,11 +4,11 @@ build-backend = "hatchling.build" [project] name = "arcade_miro_api" -version = "0.1.0" +version = "0.1.1" description = "Tools that enable LLMs to interact directly with the miro API." requires-python = ">=3.10" dependencies = [ - "arcade-tdk>=2.0.0,<3.0.0", + "arcade-tdk>=3.0.0,<4.0.0", "httpx[http2]>=0.27.2,<1.0.0", ] [[project.authors]] @@ -17,8 +17,8 @@ email = "support@arcade.dev" [project.optional-dependencies] dev = [ - "arcade-mcp[all]>=1.0.0rc2,<3.0.0", - "arcade-serve>=2.0.0,<3.0.0", + "arcade-mcp[all]>=1.2.0,<2.0.0", + "arcade-serve>=3.0.0,<4.0.0", "pytest>=8.3.0,<8.4.0", "pytest-cov>=4.0.0,<4.1.0", "pytest-mock>=3.11.1,<3.12.0", diff --git a/toolkits/mongodb/pyproject.toml b/toolkits/mongodb/pyproject.toml index 68c2715f..eaf48ce7 100644 --- a/toolkits/mongodb/pyproject.toml +++ b/toolkits/mongodb/pyproject.toml @@ -4,11 +4,11 @@ build-backend = "hatchling.build" [project] name = "arcade_mongodb" -version = "0.1.0" +version = "0.1.1" description = "Tools to query and explore a MongoDB database" requires-python = ">=3.10" dependencies = [ - "arcade-tdk>=2.6.0rc2,<3.0.0", + "arcade-tdk>=3.0.0,<4.0.0", "pymongo>=4.10.1", "pydantic>=2.11.7", "motor>=3.6.0", @@ -20,8 +20,8 @@ email = "support@arcade.dev" [project.optional-dependencies] dev = [ - "arcade-mcp[all]>=1.0.0rc2,<3.0.0", - "arcade-serve>=2.2.0rc2,<3.0.0", + "arcade-mcp[all]>=1.2.0,<2.0.0", + "arcade-serve>=3.0.0,<4.0.0", "pytest>=8.3.0,<8.4.0", "pytest-cov>=4.0.0,<4.1.0", "pytest-mock>=3.11.1,<3.12.0", diff --git a/toolkits/pagerduty_api/pyproject.toml b/toolkits/pagerduty_api/pyproject.toml index ffa09c9e..d7a4f188 100644 --- a/toolkits/pagerduty_api/pyproject.toml +++ b/toolkits/pagerduty_api/pyproject.toml @@ -4,11 +4,11 @@ build-backend = "hatchling.build" [project] name = "arcade_pagerduty_api" -version = "0.1.0" +version = "0.1.1" description = "Tools that enable LLMs to interact directly with the Pagerduty API." requires-python = ">=3.10" dependencies = [ - "arcade-tdk>=2.0.0,<3.0.0", + "arcade-tdk>=3.0.0,<4.0.0", "httpx[http2]>=0.27.2,<1.0.0", ] @@ -17,8 +17,8 @@ email = "support@arcade.dev" [project.optional-dependencies] dev = [ - "arcade-mcp[all]>=1.0.0rc2,<3.0.0", - "arcade-serve>=2.2.0rc2,<3.0.0", + "arcade-mcp[all]>=1.2.0,<2.0.0", + "arcade-serve>=3.0.0,<4.0.0", "pytest>=8.3.0,<8.4.0", "pytest-cov>=4.0.0,<4.1.0", "pytest-mock>=3.11.1,<3.12.0", diff --git a/toolkits/postgres/pyproject.toml b/toolkits/postgres/pyproject.toml index bd273a11..1c150374 100644 --- a/toolkits/postgres/pyproject.toml +++ b/toolkits/postgres/pyproject.toml @@ -4,11 +4,11 @@ build-backend = "hatchling.build" [project] name = "arcade_postgres" -version = "0.3.0" +version = "0.3.1" description = "Tools to query and explore a postgres database" requires-python = ">=3.10" dependencies = [ - "arcade-tdk>=2.6.0rc2,<3.0.0", + "arcade-tdk>=3.0.0,<4.0.0", "psycopg2-binary>=2.9.10", "pydantic>=2.11.7", "sqlalchemy>=2.0.41", @@ -23,8 +23,8 @@ email = "support@arcade.dev" [project.optional-dependencies] dev = [ - "arcade-mcp[all]>=1.0.0rc2,<3.0.0", - "arcade-serve>=2.2.0rc2,<3.0.0", + "arcade-mcp[all]>=1.2.0,<2.0.0", + "arcade-serve>=3.0.0,<4.0.0", "pytest>=8.3.0,<8.4.0", "pytest-cov>=4.0.0,<4.1.0", "pytest-mock>=3.11.1,<3.12.0", diff --git a/toolkits/slack_api/pyproject.toml b/toolkits/slack_api/pyproject.toml index 1d326307..495b429b 100644 --- a/toolkits/slack_api/pyproject.toml +++ b/toolkits/slack_api/pyproject.toml @@ -4,11 +4,11 @@ build-backend = "hatchling.build" [project] name = "arcade_slack_api" -version = "0.1.0" +version = "0.1.1" description = "Arcade Wrapper Tools enabling LLMs to interact with low-level Slack API endpoints." requires-python = ">=3.10" dependencies = [ - "arcade-tdk>=2.6.0rc2,<3.0.0", + "arcade-tdk>=3.0.0,<4.0.0", "httpx>=0.27.2,<1.0.0", ] [[project.authors]] @@ -18,8 +18,8 @@ email = "support@arcade.dev" [project.optional-dependencies] dev = [ - "arcade-mcp[all]>=1.0.0rc2,<3.0.0", - "arcade-serve>=2.2.0rc2,<3.0.0", + "arcade-mcp[all]>=1.2.0,<2.0.0", + "arcade-serve>=3.0.0,<4.0.0", "pytest>=8.3.0,<8.4.0", "pytest-cov>=4.0.0,<4.1.0", "pytest-mock>=3.11.1,<3.12.0", diff --git a/toolkits/squareup_api/pyproject.toml b/toolkits/squareup_api/pyproject.toml index bbeced26..6a691c27 100644 --- a/toolkits/squareup_api/pyproject.toml +++ b/toolkits/squareup_api/pyproject.toml @@ -4,11 +4,11 @@ build-backend = "hatchling.build" [project] name = "arcade_squareup_api" -version = "0.1.0" +version = "0.1.1" description = "Tools that enable LLMs to interact directly with the squareup API." requires-python = ">=3.10" dependencies = [ - "arcade-tdk>=2.0.0,<3.0.0", + "arcade-tdk>=3.0.0,<4.0.0", "httpx[http2]>=0.27.2,<1.0.0", ] [[project.authors]] @@ -17,8 +17,8 @@ email = "support@arcade.dev" [project.optional-dependencies] dev = [ - "arcade-mcp[all]>=1.0.0rc2,<3.0.0", - "arcade-serve>=2.0.0,<3.0.0", + "arcade-mcp[all]>=1.2.0,<2.0.0", + "arcade-serve>=3.0.0,<4.0.0", "pytest>=8.3.0,<8.4.0", "pytest-cov>=4.0.0,<4.1.0", "pytest-mock>=3.11.1,<3.12.0", diff --git a/toolkits/stripe_api/pyproject.toml b/toolkits/stripe_api/pyproject.toml index 8fa1ce55..1ed5e741 100644 --- a/toolkits/stripe_api/pyproject.toml +++ b/toolkits/stripe_api/pyproject.toml @@ -4,11 +4,11 @@ build-backend = "hatchling.build" [project] name = "arcade_stripe_api" -version = "0.1.0" +version = "0.1.1" description = "Tools that enable LLMs to interact directly with the Stripe API." requires-python = ">=3.10" dependencies = [ - "arcade-tdk>=2.6.0rc2,<3.0.0", + "arcade-tdk>=3.0.0,<4.0.0", "httpx>=0.27.2,<1.0.0", ] [[project.authors]] @@ -17,8 +17,8 @@ email = "support@arcade.dev" [project.optional-dependencies] dev = [ - "arcade-mcp[all]>=1.0.0rc1,<3.0.0", - "arcade-serve>=2.2.0rc1,<3.0.0", + "arcade-mcp[all]>=1.2.0,<2.0.0", + "arcade-serve>=3.0.0,<4.0.0", "pytest>=8.3.0,<8.4.0", "pytest-cov>=4.0.0,<4.1.0", "pytest-asyncio>=0.24.0,<0.25.0", diff --git a/toolkits/trello_api/pyproject.toml b/toolkits/trello_api/pyproject.toml index fe0bbeb1..8afb023b 100644 --- a/toolkits/trello_api/pyproject.toml +++ b/toolkits/trello_api/pyproject.toml @@ -4,11 +4,11 @@ build-backend = "hatchling.build" [project] name = "arcade_trello_api" -version = "0.1.0" +version = "0.1.1" description = "Tools that enable LLMs to interact directly with the trello API." requires-python = ">=3.10" dependencies = [ - "arcade-tdk>=2.0.0,<3.0.0", + "arcade-tdk>=3.0.0,<4.0.0", "httpx[http2]>=0.27.2,<1.0.0", ] [[project.authors]] @@ -17,8 +17,8 @@ email = "support@arcade.dev" [project.optional-dependencies] dev = [ - "arcade-mcp[all]>=1.0.0rc2,<3.0.0", - "arcade-serve>=2.0.0,<3.0.0", + "arcade-mcp[all]>=1.2.0,<2.0.0", + "arcade-serve>=3.0.0,<4.0.0", "pytest>=8.3.0,<8.4.0", "pytest-cov>=4.0.0,<4.1.0", "pytest-mock>=3.11.1,<3.12.0", diff --git a/toolkits/xero_api/pyproject.toml b/toolkits/xero_api/pyproject.toml index 499b091b..6c8f9333 100644 --- a/toolkits/xero_api/pyproject.toml +++ b/toolkits/xero_api/pyproject.toml @@ -4,11 +4,11 @@ build-backend = "hatchling.build" [project] name = "arcade_xero_api" -version = "0.1.0" +version = "0.1.1" description = "Tools that enable LLMs to interact directly with the Xero API." requires-python = ">=3.10" dependencies = [ - "arcade-tdk>=2.6.0rc2,<3.0.0", + "arcade-tdk>=3.0.0,<4.0.0", "httpx[http2]>=0.27.2,<1.0.0", ] [[project.authors]] @@ -17,8 +17,8 @@ email = "support@arcade.dev" [project.optional-dependencies] dev = [ - "arcade-mcp[all]>=1.0.0rc2,<3.0.0", - "arcade-serve>=2.2.0rc2,<3.0.0", + "arcade-mcp[all]>=1.2.0,<2.0.0", + "arcade-serve>=3.0.0,<4.0.0", "pytest>=8.3.0,<8.4.0", "pytest-cov>=4.0.0,<4.1.0", "pytest-mock>=3.11.1,<3.12.0", diff --git a/toolkits/zendesk/pyproject.toml b/toolkits/zendesk/pyproject.toml index d1a63451..5ff9e43c 100644 --- a/toolkits/zendesk/pyproject.toml +++ b/toolkits/zendesk/pyproject.toml @@ -4,10 +4,10 @@ build-backend = "hatchling.build" [project] name = "arcade_zendesk" -version = "0.3.0" +version = "0.3.1" requires-python = ">=3.10" dependencies = [ - "arcade-tdk>=2.6.0rc2,<3.0.0", + "arcade-tdk>=3.0.0,<4.0.0", "httpx>=0.25.0,<1.0.0", "beautifulsoup4>=4.0.0,<5" ] @@ -15,8 +15,8 @@ dependencies = [ [project.optional-dependencies] dev = [ - "arcade-mcp[all]>=1.0.0rc2,<3.0.0", - "arcade-serve>=2.2.0rc2,<3.0.0", + "arcade-mcp[all]>=1.2.0,<2.0.0", + "arcade-serve>=3.0.0,<4.0.0", "pytest>=8.3.0,<8.4.0", "pytest-cov>=4.0.0,<4.1.0", "pytest-mock>=3.11.1,<3.12.0",