Skip to content

Conversation

@remimd
Copy link
Member

@remimd remimd commented Nov 10, 2025

No description provided.

@remimd remimd requested a review from Copilot November 10, 2025 09:30
@remimd remimd self-assigned this Nov 10, 2025
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates several dependencies in the lock file (coverage 7.11.1→7.11.3, fastapi 0.121.0→0.121.1, python-injection 0.22.0→0.23.3, uv 0.9.7→0.9.8) and refactors the RelatedEvents implementation from a simple collector to an async task-based dispatcher.

Key Changes

  • Dependency versions updated to their latest minor/patch releases
  • SimpleRelatedEvents replaced with AnyIORelatedEvents
  • Events are now dispatched immediately when added via task spawning, rather than being collected and dispatched at context exit

Reviewed Changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
uv.lock Updated package versions for coverage, fastapi, python-injection, and uv to newer releases
cq/_core/related_events.py Refactored from buffered event collection to immediate async dispatch using AnyIO task groups

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@remimd remimd merged commit 8d8e895 into dev Nov 10, 2025
12 checks passed
@remimd remimd deleted the events branch November 10, 2025 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants