From b770e253c9d1e3ca5adff48ead4b49d41a22193c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 09:14:42 +0000 Subject: [PATCH] chore(deps)(deps): bump the production-minor-patch group Bumps the production-minor-patch group in /sdk with 2 updates: [faststream](https://github.com/ag2ai/FastStream) and [fastmcp](https://github.com/PrefectHQ/fastmcp). Updates `faststream` from 0.6.7 to 0.7.1 - [Release notes](https://github.com/ag2ai/FastStream/releases) - [Commits](https://github.com/ag2ai/FastStream/compare/0.6.7...0.7.1) Updates `fastmcp` from 3.4.0 to 3.4.2 - [Release notes](https://github.com/PrefectHQ/fastmcp/releases) - [Changelog](https://github.com/PrefectHQ/fastmcp/blob/main/docs/changelog.mdx) - [Commits](https://github.com/PrefectHQ/fastmcp/compare/v3.4.0...v3.4.2) --- updated-dependencies: - dependency-name: faststream dependency-version: 0.7.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-minor-patch - dependency-name: fastmcp dependency-version: 3.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-minor-patch ... Signed-off-by: dependabot[bot] --- sdk/poetry.lock | 35 ++++++++++++++++++----------------- sdk/requirements.txt | 2 +- 2 files changed, 19 insertions(+), 18 deletions(-) diff --git a/sdk/poetry.lock b/sdk/poetry.lock index f3356405..03b3e5e6 100644 --- a/sdk/poetry.lock +++ b/sdk/poetry.lock @@ -902,40 +902,40 @@ pydantic = ["pydantic (>=1.7.4,!=1.8,!=1.8.1,<3.0.0)"] [[package]] name = "fastmcp" -version = "3.4.0" +version = "3.4.2" 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-3.4.0-py3-none-any.whl", hash = "sha256:34523083d6149400a0655a8aa769eb34f85b1ce6dac6d66efb07503ebbe5f44b"}, - {file = "fastmcp-3.4.0.tar.gz", hash = "sha256:29055fb6816f4862c615aabaf0112ae8feb8b469740db13403a0ce5b799ec1dc"}, + {file = "fastmcp-3.4.2-py3-none-any.whl", hash = "sha256:c87a62b029f0c5400ada85f683629345d2466c39169f0cb853e487b2f7308c08"}, + {file = "fastmcp-3.4.2.tar.gz", hash = "sha256:b468722946fc467c3796a6572f7a14d93d48c014cf8fea12910245220cbbe4e1"}, ] [package.dependencies] -fastmcp-slim = {version = "3.4.0", extras = ["client", "server"]} +fastmcp-slim = {version = "3.4.2", extras = ["client", "server"]} [package.extras] -anthropic = ["fastmcp-slim[anthropic] (==3.4.0)"] -apps = ["fastmcp-slim[apps] (==3.4.0)"] -azure = ["fastmcp-slim[azure] (==3.4.0)"] -code-mode = ["fastmcp-slim[code-mode] (==3.4.0)"] -gemini = ["fastmcp-slim[gemini] (==3.4.0)"] -openai = ["fastmcp-slim[openai] (==3.4.0)"] -tasks = ["fastmcp-slim[tasks] (==3.4.0)"] +anthropic = ["fastmcp-slim[anthropic] (==3.4.2)"] +apps = ["fastmcp-slim[apps] (==3.4.2)"] +azure = ["fastmcp-slim[azure] (==3.4.2)"] +code-mode = ["fastmcp-slim[code-mode] (==3.4.2)"] +gemini = ["fastmcp-slim[gemini] (==3.4.2)"] +openai = ["fastmcp-slim[openai] (==3.4.2)"] +tasks = ["fastmcp-slim[tasks] (==3.4.2)"] [[package]] name = "fastmcp-slim" -version = "3.4.0" +version = "3.4.2" description = "The dependency-slim FastMCP package." optional = true python-versions = ">=3.10" groups = ["main"] markers = "extra == \"mcp\"" files = [ - {file = "fastmcp_slim-3.4.0-py3-none-any.whl", hash = "sha256:17cd0a1535972d3748d8c2416f0826dfc86c18df7a6cbc38602373277d44baa6"}, - {file = "fastmcp_slim-3.4.0.tar.gz", hash = "sha256:faa0ccf16e85ec4b9f79c006fed3546b866d7e6dba3f60cd32cd98e84753a496"}, + {file = "fastmcp_slim-3.4.2-py3-none-any.whl", hash = "sha256:bdc72492212681ca502755fa8acc0457f559295da1fc3dfc0599adc1c04b82f3"}, + {file = "fastmcp_slim-3.4.2.tar.gz", hash = "sha256:290646e0955a516235a317151034559aa48336cb843d3f006131aedad8759bb4"}, ] [package.dependencies] @@ -960,6 +960,7 @@ python-dotenv = ">=1.1.0" python-multipart = {version = ">=0.0.26", optional = true, markers = "extra == \"server\""} pyyaml = {version = ">=6.0,<7.0", optional = true, markers = "extra == \"server\""} rich = ">=13.9.4" +starlette = {version = ">=1.0.1", optional = true, markers = "extra == \"client\" or extra == \"server\""} typing-extensions = ">=4.0.0" uncalled-for = {version = ">=0.2.0", optional = true, markers = "extra == \"server\""} uvicorn = {version = ">=0.35", optional = true, markers = "extra == \"server\""} @@ -970,12 +971,12 @@ websockets = {version = ">=15.0.1", optional = true, markers = "extra == \"serve anthropic = ["anthropic (>=0.48.0)"] apps = ["prefab-ui (>=0.18.0)"] azure = ["azure-identity (>=1.16.0)", "pyjwt (>=2.12.0)"] -client = ["authlib (>=1.6.11)", "exceptiongroup (>=1.2.2)", "httpx (>=0.28.1,<1.0)", "mcp (>=1.24.0,<2.0)", "opentelemetry-api (>=1.20.0)", "py-key-value-aio[filetree,keyring,memory] (>=0.4.4,<0.5.0)"] +client = ["authlib (>=1.6.11)", "exceptiongroup (>=1.2.2)", "httpx (>=0.28.1,<1.0)", "mcp (>=1.24.0,<2.0)", "opentelemetry-api (>=1.20.0)", "py-key-value-aio[filetree,keyring,memory] (>=0.4.4,<0.5.0)", "starlette (>=1.0.1)"] code-mode = ["pydantic-monty (==0.0.17)"] gemini = ["google-genai (>=1.18.0)", "jsonref (>=1.1.0)"] -mcp = ["exceptiongroup (>=1.2.2)", "httpx (>=0.28.1,<1.0)", "mcp (>=1.24.0,<2.0)", "opentelemetry-api (>=1.20.0)"] +mcp = ["exceptiongroup (>=1.2.2)", "httpx (>=0.28.1,<1.0)", "mcp (>=1.24.0,<2.0)", "opentelemetry-api (>=1.20.0)", "starlette (>=1.0.1)"] openai = ["openai (>=1.102.0)"] -server = ["authlib (>=1.6.11)", "cyclopts (>=4.0.0)", "exceptiongroup (>=1.2.2)", "griffelib (>=2.0.0)", "httpx (>=0.28.1,<1.0)", "joserfc (>=1.1.0)", "jsonref (>=1.1.0)", "jsonschema-path (>=0.3.4)", "mcp (>=1.24.0,<2.0)", "openapi-pydantic (>=0.5.1)", "opentelemetry-api (>=1.20.0)", "packaging (>=24.0)", "py-key-value-aio[filetree,keyring,memory] (>=0.4.4,<0.5.0)", "pyperclip (>=1.9.0)", "python-multipart (>=0.0.26)", "pyyaml (>=6.0,<7.0)", "uncalled-for (>=0.2.0)", "uvicorn (>=0.35)", "watchfiles (>=1.0.0)", "websockets (>=15.0.1)"] +server = ["authlib (>=1.6.11)", "cyclopts (>=4.0.0)", "exceptiongroup (>=1.2.2)", "griffelib (>=2.0.0)", "httpx (>=0.28.1,<1.0)", "joserfc (>=1.1.0)", "jsonref (>=1.1.0)", "jsonschema-path (>=0.3.4)", "mcp (>=1.24.0,<2.0)", "openapi-pydantic (>=0.5.1)", "opentelemetry-api (>=1.20.0)", "packaging (>=24.0)", "py-key-value-aio[filetree,keyring,memory] (>=0.4.4,<0.5.0)", "pyperclip (>=1.9.0)", "python-multipart (>=0.0.26)", "pyyaml (>=6.0,<7.0)", "starlette (>=1.0.1)", "uncalled-for (>=0.2.0)", "uvicorn (>=0.35)", "watchfiles (>=1.0.0)", "websockets (>=15.0.1)"] tasks = ["pydocket (>=0.20.0)"] [[package]] diff --git a/sdk/requirements.txt b/sdk/requirements.txt index ff7f42bf..3a9e7f3c 100644 --- a/sdk/requirements.txt +++ b/sdk/requirements.txt @@ -1,4 +1,4 @@ -faststream[kafka]==0.6.7 +faststream[kafka]==0.7.1 pydantic==2.13.4 click==8.4.1 jinja2==3.1.6 \ No newline at end of file