deps-dev(deps-dev): update keyring requirement from >=25.0.0 to >=25.7.0 - #4
Open
dependabot[bot] wants to merge 2 commits into
Open
deps-dev(deps-dev): update keyring requirement from >=25.0.0 to >=25.7.0#4dependabot[bot] wants to merge 2 commits into
dependabot[bot] wants to merge 2 commits into
Conversation
Major features in this release:
- Automated encrypted database backup — supervised in-app snapshotter with configurable cadence + age-based retention; full .etbk bundles or raw-DB; master-key or write-only X25519 public-key (ECIES) modes; fail-closed restorability gate before every snapshot counts. Ships DISABLED by default.
- Regulatory clock awareness — propose-then-confirm deadline engine for clinical-trial safety mail; tracks the site/IRB deadline the user owns as an escalating acknowledgement-required clock and notes sponsor deadlines as informational receipts; /clocks page + daily digest + escalation email with portable .ics + optional calendar-write.
- Topic / Study Digest — define a Topic (study, subject, or thread of interest), matching is baked into the primary classify pass (no new body read, no new model, no new egress); per-Topic recurring digests, per-Topic sender reinforcement from thumbs-up/down feedback, whole-window Re-Triage Preview.
- Encryption at rest by default + HMAC-SHA256 audit hash chain — new installs are SQLCipher-encrypted out of the box, every dedicated/backup/migration connection inherits the key through the encryption-aware opener; the audit log now spans 8 sibling audit-event tables + a per-request PHI-access log, reachable through a paginated /compliance audit-review surface; chain survives master-key rotation.
- Live AI-backend model picker with capability-aware failover — replaces the free-text model field; fetches what's actually installed on the Ollama endpoint and shows capabilities, size, quantization, context length, VRAM residency; embedding-only models are flagged and non-selectable for classification; ordered backup_models list fails over on capability/resource errors (with a tamper-evident model_failover audit row).
- Multilingual embedding model selector — recommended default intfloat/multilingual-e5-base (100+ languages) for sent-mail similarity retrieval; automatic E5 query/passage prefix handling; confirm-gated background reindex on model change so retrieval never silently degrades.
- Per-target webhook body templating with HIPAA-lock + wizard live preview — 5 built-in target types (Slack, PagerDuty Events v2, Opsgenie, Discord, Microsoft Teams) selectable from an admin wizard dropdown so an operator points a webhook directly at Slack/PagerDuty/etc. instead of standing up a middleware reshaper; HIPAA-flagged targets force-lock a minimal {category, timestamp, flow_id} shape via a shared fail-closed reshaper regardless of the operator's template; HMAC signature computed over the rendered bytes; wizard live preview renders the exact bytes email-triage would POST (normal + HIPAA-locked side-by-side) reusing the same production render SSOT so preview equals prod bytes-for-bytes.
- Auto-retire a watch after N matches; cross-account aggregate reindex progress on the Bulk runs page; watcher delivery-failure visibility cluster (failure badge + fail-visible health + "Watching off (by choice)" Health-box distinction so a deliberately-disabled watcher no longer degrades /health).
- Offset pagination across previously-capped audit/list surfaces so capped views are reachable instead of silently truncated.
- External integration API renamed /api/openclaw -> /api/v1 (neutral) with a 308 redirect for legacy clients.
- Security dependency hardening — starlette 1.2.1 -> 1.3.1 (form-field denial-of-service CVE-2026-54283); a small dedicated form-size guard preserves the one route that legitimately accepts a large pasted email (the raw-email classify box) while every other form keeps the tighter new limits.
- Reliability + HIPAA hardening wave — Topic Digest wrong-attribution bug fixed with a reversible confidence floor; Topic-match LLM JSON parse-failure salvage backstop + bounded retry + PHI-safe diagnostics + rate/canary health counter; OAuth-credential 8-day outage class fixed (never-clobber _secret_write SSOT); remove-account is now a safe reversible "Disabled — credentials removed" soft-delete that keeps the tamper-evident audit trail; account deactivation actually stops ingestion via fail-closed is_active gates; reflected-XSS-class fixes; corrupt persisted JSON columns no longer 500 the whole page; dry_run/preview no longer fires real escalations, webhooks, or mailbox writes; PHI-egress locality gate no longer fails open on a hostname masquerade.
Updates the requirements on [keyring](https://github.com/jaraco/keyring) to permit the latest version. - [Release notes](https://github.com/jaraco/keyring/releases) - [Changelog](https://github.com/jaraco/keyring/blob/main/NEWS.rst) - [Commits](jaraco/keyring@v25.0.0...v25.7.0) --- updated-dependencies: - dependency-name: keyring dependency-version: 25.7.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the requirements on keyring to permit the latest version.
Changelog
Sourced from keyring's changelog.
... (truncated)
Commits
38c0401Finalizee5b7d2aRevert "Disable type checking on filter call. Fixes #659."2ce2d46Add news fragment.4bb5eceMerge pull request #722 from hugovk/rm-3.8d7c0aa4Merge branch 'main' into rm-3.8ea1d763Merge pull request #721 from hugovk/fix-tests30eea9dMerge https://github.com/jaraco/skeletonfb6e52cMerge pull request #724 from dachucky/patch-19ff8459Generalize the guidance around tox.e7fbfa7Prefer imperative third-person voice.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)