Skip to content

Bump crispy-bootstrap5 from 0.6 to 0.7#8

Merged
JSv4 merged 1 commit intomainfrom
dependabot/pip/crispy-bootstrap5-0.7
Oct 24, 2022
Merged

Bump crispy-bootstrap5 from 0.6 to 0.7#8
JSv4 merged 1 commit intomainfrom
dependabot/pip/crispy-bootstrap5-0.7

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Oct 24, 2022

Bumps crispy-bootstrap5 from 0.6 to 0.7.

Release notes

Sourced from crispy-bootstrap5's releases.

Version 0.7

What's Changed

New Contributors

Full Changelog: django-crispy-forms/crispy-bootstrap5@0.6...0.7

Changelog

Sourced from crispy-bootstrap5's changelog.

0.7 (2022-09-28)

  • Added Django 4.1 support

See Milestones for for change list.

Commits

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [crispy-bootstrap5](https://github.com/django-crispy-forms/crispy-bootstrap5) from 0.6 to 0.7.
- [Release notes](https://github.com/django-crispy-forms/crispy-bootstrap5/releases)
- [Changelog](https://github.com/django-crispy-forms/crispy-bootstrap5/blob/main/CHANGELOG.md)
- [Commits](django-crispy-forms/crispy-bootstrap5@0.6...0.7)

---
updated-dependencies:
- dependency-name: crispy-bootstrap5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 24, 2022
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

❗ No coverage uploaded for pull request base (main@cb6f7c8). Click here to learn what that means.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main       #8   +/-   ##
=======================================
  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

@JSv4 JSv4 merged commit a2dc43b into main Oct 24, 2022
@JSv4 JSv4 deleted the dependabot/pip/crispy-bootstrap5-0.7 branch October 24, 2022 06:04
@claude claude bot mentioned this pull request Nov 4, 2025
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants