Skip to content

Conversation

@remimd
Copy link
Member

@remimd remimd commented Nov 11, 2025

No description provided.

@remimd remimd requested a review from Copilot November 11, 2025 18:41
@remimd remimd self-assigned this Nov 11, 2025
@remimd remimd merged commit 3e75f29 into dev Nov 11, 2025
10 checks passed
@remimd remimd deleted the message branch November 11, 2025 18:42
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 refactors the message bus type system by separating type definitions from concrete implementations. The CommandBus, EventBus, and QueryBus type aliases now reference the more general Dispatcher protocol rather than the specific Bus protocol, while the factory functions continue to return the concrete Bus implementations. Additionally, the secretstorage dependency is updated from version 3.4.0 to 3.4.1.

  • Changed type aliases to use the Dispatcher protocol for greater flexibility
  • Refactored dependency injection setup to use anonymous factory functions
  • Updated secretstorage from 3.4.0 to 3.4.1

Reviewed Changes

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

File Description
uv.lock Updated secretstorage dependency to version 3.4.1
cq/_core/message.py Refactored message bus types to use Dispatcher protocol and restructured dependency injection

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

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