Files
phaseflow/scripts/garmin_auth.py
Petru Paler c8a738d0c4
All checks were successful
Deploy / deploy (push) Successful in 1m36s
Fix garth token serialization using Pydantic v2 API
The garth library uses Pydantic dataclasses for OAuth tokens which don't
have a serialize() method. Use model_dump() instead, and fix expires_at
handling since it's an integer timestamp not a datetime object.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-12 16:49:16 +00:00

1.1 KiB