From c558790176e90c8b09f50f3756ca4a305ff0d50b Mon Sep 17 00:00:00 2001 From: Kevin Backhouse Date: Wed, 18 Feb 2026 22:08:20 +0000 Subject: [PATCH] Update versions --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4be1ed1..47977f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,14 +34,14 @@ dependencies = [ "click==8.2.1", "colorama==0.4.6", "cryptography==46.0.5", - "cyclopts==3.24.0", + "cyclopts==4.0.0", "distro==1.9.0", "dnspython==2.8.0", "docstring_parser==0.17.0", "docutils==0.22", "email-validator==2.3.0", "exceptiongroup==1.3.0", - "fastmcp==2.12.2", + "fastmcp==2.14.0", "griffe==1.7.3", "h11==0.16.0", "httpcore==1.0.9", @@ -59,7 +59,7 @@ dependencies = [ "lazy-object-proxy==1.12.0", "markdown-it-py==3.0.0", "MarkupSafe==3.0.2", - "mcp==1.23.0", + "mcp==1.23.1", "mdurl==0.1.2", "more-itertools==10.8.0", "openai==1.107.0", @@ -101,7 +101,7 @@ dependencies = [ "typer==0.16.0", "types-requests==2.32.4.20250611", "typing-inspection==0.4.1", - "typing_extensions==4.14.1", + "typing_extensions==4.15.0", "ujson==5.10.0", "urllib3==2.6.3", "uvicorn==0.35.0",