chore: update alembic requirement from >=1.19.0 to >=1.19.2 - #75
dependabot[bot] wants to merge 1 commit into
Conversation
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
2ade243 to
7d3713b
Compare
Updates the requirements on [alembic](https://github.com/sqlalchemy/alembic) to permit the latest version. - [Release notes](https://github.com/sqlalchemy/alembic/releases) - [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/alembic/commits) --- updated-dependencies: - dependency-name: alembic dependency-version: 1.19.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
7d3713b to
9cc8b73
Compare
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…it watchdog + WAL size cap Root-caused 2026-09-13 memory-audit findings across all three instances: - propose() now tombstones keys already rejected/expired within the expiry window (dedup was PENDING-only → session_close re-staged the same five keys #80-84 after #75-79, drowning the review queue). - stage_consolidation() pre-gates items that could never pass the apply gate (mimocode #85/#86 proposed at imp 0.5 vs 0.7 gate = guaranteed operator no-ops); consolidate_staging now shares one gate predicate with it, no drift. Wired into both call sites (lifespan, hooks/shared). - _arm_cli_guard(): faulthandler watchdog (ARIEL_CLI_GUARD, default 120s, one-shot CLI only) so a wedged teardown dumps its stack and dies instead of lingering as a ppid=1 orphan holding the DB open. - PRAGMA journal_size_limit=64MiB caps WAL growth when auto-checkpoint starves (two hung CLIs held mimocode memory.db WAL at 3.9 GB).
Updates the requirements on alembic to permit the latest version.
Release notes
Sourced from alembic's releases.
Commits