From 5382d2e8b3c3ec626f13a44d6e466a15b8f79114 Mon Sep 17 00:00:00 2001 From: ionmincu Date: Thu, 29 May 2025 15:18:46 +0300 Subject: [PATCH] fix(tracing): fix version requirements --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 92d4a34..3745868 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,13 +1,13 @@ [project] name = "uipath-mcp" -version = "0.0.85" +version = "0.0.86" description = "UiPath MCP SDK" readme = { file = "README.md", content-type = "text/markdown" } requires-python = ">=3.10" dependencies = [ "mcp==1.9.0", "pysignalr==1.3.0", - "uipath>=2.0.56", + "uipath>=2.0.59", ] classifiers = [ "Development Status :: 3 - Alpha",