v4.7.7 (2023-10-08)
Build
- build: pre-commit autoupdate
updates:
Fix
- fix: bump alexapy 1.27.6
- fix: try to refresh tokens when http2 auth error
The http2 stream is sensitive to auth token errors. Instead of declaring
a bad login immediately, include one attempt to refresh auth tokens.
This may help reduce the frequency of reauth requests but is not
guaranteed. (4accda1
)