Add 1683.feature.rst

This commit is contained in:
andrew000 2025-04-28 10:59:12 +03:00
parent 370d1444f6
commit 480a585c5d
No known key found for this signature in database
GPG key ID: D332A306AAA27181

11
CHANGES/1683.feature.rst Normal file
View file

@ -0,0 +1,11 @@
Refactor methods input types to calm down MyPy. #1682
`Dict[str, Any]` is replaced with `Mapping[str, Any]` in the following methods:
- `FSMContext.set_data`
- `FSMContext.update_data`
- `BaseStorage.set_data`
- `BaseStorage.update_data`
- `BaseStorage's child methods`
- `SceneWizard.set_data`
- `SceneWizard.update_data`