FrameProcessor: wait_for_task is now deprecated

This commit is contained in:
Aleix Conchillo Flaqué
2025-08-21 21:17:47 -07:00
parent 256ecf4d71
commit bc51e7abc6
12 changed files with 32 additions and 63 deletions

View File

@@ -48,6 +48,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Updated `daily-python` to 0.19.7.
### Deprecated
- `FrameProcessor.wait_for_task()` is deprecated. Use `await task` or `await
asyncio.wait_for(task, timeout)` instead.
### Removed
- Watchdog timers have been removed. They were introduced in 0.0.72 to help