Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(events): register event schemas #6448

Merged
merged 2 commits into from
May 27, 2024

Conversation

psychedelicious
Copy link
Collaborator

Summary

This allows for events to be dispatched using dicts as payloads, and have the dicts validated as pydantic schemas.

Also fixed a minor typing issue.

Related Issues / Discussions

n/a

QA Instructions

n/a

Merge Plan

n/a

Checklist

  • The PR has a short but descriptive title, suitable for a changelog
  • Tests added / updated (if applicable)
  • Documentation added / updated (if applicable)

@github-actions github-actions bot added api python PRs that change python files services PRs that change app services labels May 27, 2024
This allows for events to be dispatched using dicts as payloads, and have the dicts validated as pydantic schemas.
@psychedelicious psychedelicious force-pushed the psyche/feat/events/register-event-schemas branch from cb820fb to da13df3 Compare May 27, 2024 01:04
@psychedelicious psychedelicious enabled auto-merge (rebase) May 27, 2024 01:04
@psychedelicious psychedelicious merged commit ddff9b4 into main May 27, 2024
14 checks passed
@psychedelicious psychedelicious deleted the psyche/feat/events/register-event-schemas branch May 27, 2024 01:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api python PRs that change python files services PRs that change app services
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants