From fa83f38dc435c621a216be25d39cbd694d7e71bc Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Thu, 26 Jun 2025 15:20:51 -0400 Subject: [PATCH] Update uv.lock --- uv.lock | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/uv.lock b/uv.lock index 73ad4961f..87a47f5ee 100644 --- a/uv.lock +++ b/uv.lock @@ -482,7 +482,7 @@ requires-dist = [ { name = "authlib", specifier = ">=1.5.2" }, { name = "exceptiongroup", specifier = ">=1.2.2" }, { name = "httpx", specifier = ">=0.28.1" }, - { name = "mcp", git = "https://github.com/modelcontextprotocol/python-sdk.git?rev=main" }, + { name = "mcp", specifier = ">=1.10.0" }, { name = "openapi-pydantic", specifier = ">=0.5.1" }, { name = "python-dotenv", specifier = ">=1.1.0" }, { name = "rich", specifier = ">=13.9.4" }, @@ -746,8 +746,8 @@ wheels = [ [[package]] name = "mcp" -version = "1.10.1.dev1+dced223" -source = { git = "https://github.com/modelcontextprotocol/python-sdk.git?rev=main#dced22344d80d85884df9c26281fdfe0331e9c65" } +version = "1.10.0" +source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "anyio" }, { name = "httpx" }, @@ -760,6 +760,10 @@ dependencies = [ { name = "starlette" }, { name = "uvicorn", marker = "sys_platform != 'emscripten'" }, ] +sdist = { url = "https://files.pythonhosted.org/packages/c8/1a/d90e42be23a7e6dd35c03e35c7c63fe1036f082d3bb88114b66bd0f2467e/mcp-1.10.0.tar.gz", hash = "sha256:91fb1623c3faf14577623d14755d3213db837c5da5dae85069e1b59124cbe0e9", size = 392961, upload-time = "2025-06-26T13:51:19.025Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/0f/52/e1c43c4b5153465fd5d3b4b41bf2d4c7731475e9f668f38d68f848c25c9a/mcp-1.10.0-py3-none-any.whl", hash = "sha256:925c45482d75b1b6f11febddf9736d55edf7739c7ea39b583309f6651cbc9e5c", size = 150894, upload-time = "2025-06-26T13:51:17.342Z" }, +] [[package]] name = "mdurl"