From 1f8b07aaeacc3f624a0fae31217f9bdd5e69559c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 20:30:19 +0000 Subject: [PATCH] build(deps): Bump mcp-contextforge-gateway from 1.0.0b2 to 1.0.0rc1 Bumps [mcp-contextforge-gateway](https://github.com/IBM/mcp-context-forge) from 1.0.0b2 to 1.0.0rc1. - [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-BETA-2...v1.0.0-RC1) --- updated-dependencies: - dependency-name: mcp-contextforge-gateway dependency-version: 1.0.0rc1 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 dc0c328..ea01114 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.0b2", + "mcp-contextforge-gateway==1.0.0rc1", "cryptography>=44.0.0", "jsonschema>=4.23.0", ]