From 4b86aefa5602fcb60f864a7a8de7c85484abdf2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 02:33:24 +0000 Subject: [PATCH] build(deps): Bump mcp-contextforge-gateway from 1.0.0rc1 to 1.0.3 Bumps [mcp-contextforge-gateway](https://github.com/IBM/mcp-context-forge) from 1.0.0rc1 to 1.0.3. - [Release notes](https://github.com/IBM/mcp-context-forge/releases) - [Changelog](https://github.com/IBM/mcp-context-forge/blob/main/CHANGELOG.md) - [Commits](https://github.com/IBM/mcp-context-forge/compare/v1.0.0-RC1...v1.0.3) --- updated-dependencies: - dependency-name: mcp-contextforge-gateway dependency-version: 1.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 66f0f3a..3b91d25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ maintainers = [ dependencies = [ "rich>=13.9.4", "typer>=0.20.0", - "mcp-contextforge-gateway==1.0.0rc1", + "mcp-contextforge-gateway==1.0.3", "cryptography>=44.0.0", "jsonschema>=4.23.0", ]