Skip to content

ref(api): move GroupEventDetailsResponse to event serializer module#116058

Merged
cvxluo merged 1 commit into
masterfrom
cvxluo/move-groupeventdetailsresponse-to-event-serializer
May 21, 2026
Merged

ref(api): move GroupEventDetailsResponse to event serializer module#116058
cvxluo merged 1 commit into
masterfrom
cvxluo/move-groupeventdetailsresponse-to-event-serializer

Conversation

@cvxluo
Copy link
Copy Markdown
Contributor

@cvxluo cvxluo commented May 21, 2026

Move GroupEventDetailsResponse closer to its parent. This prevents a circular import in the follow up PR (#116059), where we use that serializer to document the API endpoint

@github-actions github-actions Bot added the Scope: Backend Automatically applied to PRs that change backend components label May 21, 2026
Hoists the TypedDict next to its parent IssueEventSerializerResponse so

the apidocs example module can reference it without a circular import

when project_event_details.py starts pulling examples in for OpenAPI docs.


Co-authored-by: Claude <noreply@anthropic.com>
@cvxluo cvxluo force-pushed the cvxluo/move-groupeventdetailsresponse-to-event-serializer branch from e4a3f88 to 40f0959 Compare May 21, 2026 21:36
@cvxluo cvxluo marked this pull request as ready for review May 21, 2026 21:37
@cvxluo cvxluo requested review from a team as code owners May 21, 2026 21:37
@cvxluo cvxluo merged commit e4d5661 into master May 21, 2026
63 checks passed
@cvxluo cvxluo deleted the cvxluo/move-groupeventdetailsresponse-to-event-serializer branch May 21, 2026 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Backend Automatically applied to PRs that change backend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants