next-release #51
No reviewers
Labels
No Label
ai-changes-requested
ai-pr-opened
ai-reviewed
ai-reviewing
ai-working
in-next-release
status/in-progress
status/pr-open
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cal/major-domo-v2#51
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "next-release"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #49 and #50
load_existing_transactions only queried for the base team abbreviation (e.g. "POR"), missing trades involving MiL/IL affiliates ("PORMIL", "PORIL"). This caused false "too many players" errors when a pending trade would have cleared a roster spot. - get_team_transactions now accepts Union[str, List[str]] for team_abbrev - load_existing_transactions queries all org affiliates [BASE, BASEMiL, BASEIL] - Added 5 tests covering the fix and backwards compatibility Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>