From 0a9b8fb72f253b40d9cbbd90a01448e760f68532 Mon Sep 17 00:00:00 2001 From: Volt23 Date: Fri, 18 Apr 2025 12:42:20 +0200 Subject: [PATCH] updated pypi version --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ac83e80..3d29ad0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "mcp-arduino-server" -version = "0.1.4" # Start with an initial version +version = "0.1.5" # Start with an initial version authors = [ { name="Volt23", email="ernesto.volt@me.com" }, ] @@ -33,6 +33,7 @@ dependencies = [ "mcp[cli]", # Specify a minimum MCP version if needed "thefuzz[speedup]>=0.20.0", # Specify minimum thefuzz version "wireviz", # Added WireViz dependency + "openai", # For GPT-4.1 API calls # Add any other direct dependencies your script might implicitly use ]