major-domo-database/VERSION
Cal Corum d620dfc33d
Some checks failed
Build Docker Image / build (pull_request) Has been cancelled
fix: Exclude deprecated pitcher_injury field from player responses
The pitcher_injury column is no longer used but was being included in all
player responses after the service layer refactor. This change restores the
previous behavior of filtering it out.

Changes:
- Add EXCLUDED_FIELDS class constant to PlayerService
- Filter excluded fields in _player_to_dict() method
- Update _query_to_player_dicts() to use _player_to_dict() for all conversions
- Applies to both JSON and CSV responses

Version bump: 2.4.1 -> 2.4.2

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-04 13:55:00 -06:00

2 lines
6 B
Plaintext