Root cause: league_service.update_current_state() was calling self.patch() without use_query_params=True. The API expected query params but received JSON body, so database updates for week/freeze silently failed. Changes: - Add use_query_params=True to league_service.py:99 - Fix service layer violation in transaction_freeze.py - now uses player_service.update_player_team() instead of direct API client - Bump version to 2.25.8 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2 lines
7 B
Plaintext
2 lines
7 B
Plaintext
2.25.8
|