Conversation
Bumps [black](https://github.com/psf/black) from 22.6.0 to 22.10.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@22.6.0...22.10.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov Report
@@ Coverage Diff @@
## main #9 +/- ##
=======================================
Coverage ? 66.19%
=======================================
Files ? 47
Lines ? 1855
Branches ? 0
=======================================
Hits ? 1228
Misses ? 627
Partials ? 0 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
This was referenced Dec 30, 2025
This was referenced Jan 18, 2026
This was referenced Feb 25, 2026
This was referenced Mar 4, 2026
JSv4
added a commit
that referenced
this pull request
Apr 7, 2026
- Fix #1: Replace deprecated asyncio.get_event_loop().run_until_complete() with asyncio.run() in Celery task - Fix #2: Add select_for_update on memory document row in update_memory_content to serialise concurrent writers - Fix #3: Use select_for_update + transaction.atomic in get_or_create_memory_document to prevent orphan documents - Fix #4: Add user_id to build_inject_params_for_context so the LLM cannot control which user is attributed to memory updates - Fix #5: Extract duplicated memory injection block into _inject_corpus_memory helper in agent_factory.py - Fix #6: Use MEMORY_CURATION_CHECK_INTERVAL_SECONDS constant in base.py Celery beat schedule instead of magic number 600.0 - Fix #7: Use str.replace(old, new, 1) for refinements to avoid corrupting unrelated entries with short common phrases - Fix #8: Move conversation_text and current_memory from system prompt to user prompt in curation prompts to mitigate prompt injection - Fix #9: Atomic claim via UPDATE...WHERE memory_curated=False before LLM calls, with release on error for retry support - Fix #10: Narrow broad Exception clause to (DoesNotExist, ValueError, IndexError) in ToggleCorpusMemory mutation - Update tests to match new prompt structure
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.
Bumps black from 22.6.0 to 22.10.0.
Release notes
Sourced from black's releases.
... (truncated)
Changelog
Sourced from black's changelog.
... (truncated)
Commits
27d2014Prepare release 22.10.0 (#3311)4da0851Add option to skip the first line of source code (#3299)0359b85Preserve crlf line endings in blackd (#3257)27d7ea4Bump docutils from 0.18.1 to 0.19 in /docs (#3161)1a20c4dBump sphinx from 5.2.1 to 5.2.3 in /docs (#3305)980997fBump furo from 2022.9.15 to 2022.9.29 in /docs (#3304)b1077aaBump myst-parser from 0.18.0 to 0.18.1 in /docs (#3303)956bf39Add .ipynb_checkpoints to DEFAULT_EXCLUDES (#3293)141291aEnable build isolation under CIWB (#3297)ddb9924Bump pypa/cibuildwheel from 2.10.0 to 2.10.2 (#3290)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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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)