From 0c10dba7d5621ceabb8d091ce85baa3afe316c9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 14:34:00 +0000 Subject: [PATCH] Update apscheduler requirement from >=3.11.0 to >=3.11.2 Updates the requirements on [apscheduler](https://github.com/agronholm/apscheduler) to permit the latest version. - [Release notes](https://github.com/agronholm/apscheduler/releases) - [Commits](https://github.com/agronholm/apscheduler/compare/3.11.0...3.11.2) --- updated-dependencies: - dependency-name: apscheduler dependency-version: 3.11.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 082781e..1a1ad34 100644 --- a/requirements.txt +++ b/requirements.txt @@ -48,7 +48,7 @@ mcp>=1.27.0 # --- Background-task scheduling ------------------------------------------ # Powers synthesis_engine.tasks.scheduler — the cron-style loop that drives # scheduled task firings (memory consolidation, periodic skill runs, etc.). -apscheduler>=3.11.0 +apscheduler>=3.11.2 # --- Observability -------------------------------------------------------- # OpenTelemetry GenAI semantic conventions drive synthesis_engine.observability.