From 8f5daa665a3fe61275a8d30ec48e403569ffa850 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 10:11:19 +0000 Subject: [PATCH] chore(deps)(deps): bump fastmcp Bumps the production-minor-patch group in /sdk with 1 update: [fastmcp](https://github.com/jlowin/fastmcp). Updates `fastmcp` from 2.14.3 to 2.14.4 - [Release notes](https://github.com/jlowin/fastmcp/releases) - [Changelog](https://github.com/jlowin/fastmcp/blob/main/docs/changelog.mdx) - [Commits](https://github.com/jlowin/fastmcp/compare/v2.14.3...v2.14.4) --- updated-dependencies: - dependency-name: fastmcp dependency-version: 2.14.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-minor-patch ... Signed-off-by: dependabot[bot] --- sdk/poetry.lock | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/sdk/poetry.lock b/sdk/poetry.lock index 4c968a26..5a029b19 100644 --- a/sdk/poetry.lock +++ b/sdk/poetry.lock @@ -855,15 +855,15 @@ pydantic = ["pydantic (>=1.7.4,!=1.8,!=1.8.1,<3.0.0)"] [[package]] name = "fastmcp" -version = "2.14.3" +version = "2.14.4" description = "The fast, Pythonic way to build MCP servers and clients." optional = true python-versions = ">=3.10" groups = ["main"] markers = "extra == \"mcp\"" files = [ - {file = "fastmcp-2.14.3-py3-none-any.whl", hash = "sha256:103c6b4c6e97a9acc251c81d303f110fe4f2bdba31353df515d66272bf1b9414"}, - {file = "fastmcp-2.14.3.tar.gz", hash = "sha256:abc9113d5fcf79dfb4c060a1e1c55fccb0d4bce4a2e3eab15ca352341eec8dd6"}, + {file = "fastmcp-2.14.4-py3-none-any.whl", hash = "sha256:5858cff5e4c8ea8107f9bca2609d71d6256e0fce74495912f6e51625e466c49a"}, + {file = "fastmcp-2.14.4.tar.gz", hash = "sha256:c01f19845c2adda0a70d59525c9193be64a6383014c8d40ce63345ac664053ff"}, ] [package.dependencies] @@ -871,13 +871,15 @@ authlib = ">=1.6.5" cyclopts = ">=4.0.0" exceptiongroup = ">=1.2.2" httpx = ">=0.28.1" +jsonref = ">=1.1.0" jsonschema-path = ">=0.3.4" mcp = ">=1.24.0,<2.0" openapi-pydantic = ">=0.5.1" +packaging = ">=20.0" platformdirs = ">=4.0.0" py-key-value-aio = {version = ">=0.3.0,<0.4.0", extras = ["disk", "keyring", "memory"]} pydantic = {version = ">=2.11.7", extras = ["email"]} -pydocket = ">=0.16.6" +pydocket = ">=0.16.6,<0.17.0" pyperclip = ">=1.9.0" python-dotenv = ">=1.1.0" rich = ">=13.9.4" @@ -1244,6 +1246,19 @@ MarkupSafe = ">=2.0" [package.extras] i18n = ["Babel (>=2.7)"] +[[package]] +name = "jsonref" +version = "1.1.0" +description = "jsonref is a library for automatic dereferencing of JSON Reference objects for Python." +optional = true +python-versions = ">=3.7" +groups = ["main"] +markers = "extra == \"mcp\"" +files = [ + {file = "jsonref-1.1.0-py3-none-any.whl", hash = "sha256:590dc7773df6c21cbf948b5dac07a72a251db28b0238ceecce0a2abfa8ec30a9"}, + {file = "jsonref-1.1.0.tar.gz", hash = "sha256:32fe8e1d85af0fdefbebce950af85590b22b60f9e95443176adbde4e1ecea552"}, +] + [[package]] name = "jsonschema" version = "4.25.1"