From be83b5f914612ef2db8896a073192af2ab7d1e3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 05:15:41 +0000 Subject: [PATCH] chore(deps): Update python-keycloak requirement in /a2a/weather_service Updates the requirements on [python-keycloak](https://github.com/marcospereirampj/python-keycloak) to permit the latest version. - [Changelog](https://github.com/marcospereirampj/python-keycloak/blob/master/CHANGELOG.md) - [Commits](https://github.com/marcospereirampj/python-keycloak/compare/v5.5.1...v7.1.1) --- updated-dependencies: - dependency-name: python-keycloak dependency-version: 7.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- a2a/weather_service/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/a2a/weather_service/pyproject.toml b/a2a/weather_service/pyproject.toml index b6bd6e99..9ac1ea88 100644 --- a/a2a/weather_service/pyproject.toml +++ b/a2a/weather_service/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "mlflow[langchain,kubernetes]>=3.11.1,<4", "pydantic-settings>=2.8.1", "langchain-mcp-adapters>=0.1.0", - "python-keycloak>=5.5.1", + "python-keycloak>=7.1.1", "opentelemetry-exporter-otlp", # Auto-instrument httpx so outgoing MCP tool calls propagate traceparent "opentelemetry-instrumentation-httpx>=0.49b0",