From f5b6d45ababec05444020c12eb3144dab064be2c Mon Sep 17 00:00:00 2001 From: Eric Gustin <34000337+EricGustin@users.noreply.github.com> Date: Mon, 3 Nov 2025 15:00:23 -0800 Subject: [PATCH] Bump arcade-mcp-server version (#673) Forgot to bump in #672 --- libs/arcade-mcp-server/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/arcade-mcp-server/pyproject.toml b/libs/arcade-mcp-server/pyproject.toml index 1542ec5a..58a285fb 100644 --- a/libs/arcade-mcp-server/pyproject.toml +++ b/libs/arcade-mcp-server/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "arcade-mcp-server" -version = "1.7.0" +version = "1.7.1" description = "Model Context Protocol (MCP) server framework for Arcade.dev" readme = "README.md" authors = [{ name = "Arcade.dev" }] @@ -21,7 +21,7 @@ classifiers = [ ] requires-python = ">=3.10" dependencies = [ - "arcade-core>=3.3.0,<4.0.0", + "arcade-core>=3.3.2,<4.0.0", "arcade-serve>=3.0.0,<4.0.0", "arcade-tdk>=3.0.0,<4.0.0", "arcadepy>=1.5.0",