From 947a02b1f21aa990eb02f8732f1ddd415de28d1e Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Thu, 26 Jun 2025 10:57:11 -0400 Subject: [PATCH 1/2] Pin mcp --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 686971602..6986f0747 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ dependencies = [ "python-dotenv>=1.1.0", "exceptiongroup>=1.2.2", "httpx>=0.28.1", - "mcp>=1.9.4,<2.0.0", + "mcp>=1.9.4,<1.10.0", "openapi-pydantic>=0.5.1", "rich>=13.9.4", "typer>=0.15.2", From 436aa01bb2826d95fa720257dc4a051702c8814e Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Thu, 26 Jun 2025 10:59:10 -0400 Subject: [PATCH 2/2] Update uv.lock --- uv.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uv.lock b/uv.lock index c390a5bb1..2becc2cbf 100644 --- a/uv.lock +++ b/uv.lock @@ -472,7 +472,7 @@ requires-dist = [ { name = "authlib", specifier = ">=1.5.2" }, { name = "exceptiongroup", specifier = ">=1.2.2" }, { name = "httpx", specifier = ">=0.28.1" }, - { name = "mcp", specifier = ">=1.9.4,<2.0.0" }, + { name = "mcp", specifier = ">=1.9.4,<1.10.0" }, { name = "openapi-pydantic", specifier = ">=0.5.1" }, { name = "python-dotenv", specifier = ">=1.1.0" }, { name = "rich", specifier = ">=13.9.4" },