frames: EndFrame and CancelFrame reason is now Any

This commit is contained in:
Aleix Conchillo Flaqué
2025-12-14 12:12:34 -08:00
parent 4f848e9631
commit a5e42337a4
2 changed files with 7 additions and 4 deletions

View File

@@ -0,0 +1,3 @@
- Changed the `reason` field in `EndFrame`, `CancelFrame`, `EndTaskFrame`, and
`CancelTaskFrame` from `str` to `Any` to indicate that it can hold values
other than strings.