You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: correct exception types in transcription modules
BaseAsyncApi uses sync requests.Session() under the hood (the "Async"
refers to DashScope server-side task polling, not Python async I/O).
Switch from asyncio/aiohttp exceptions to requests.Timeout and
requests.ConnectionError to ensure retry logic actually catches
real network errors.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
0 commit comments