Yasha

Results 5 issues of Yasha

Hi, I have a question. I tried to setup admin panel according to the example and everything works now except of translations. I added templates and they work as expected....

I'm getting runtime error: **Map+Coordinator.swift:256 Modifying state during view update, this will cause undefined behavior**. The warning pops up when I'm trying to change `userTrackingMode` on the button click. The...

- Update redis dependency to fix #159 - Fix invalid html #165 - Fix ManyToMany field prefetch bug

Invalid close tag on [line 23](https://github.com/fastapi-admin/fastapi-admin/blob/08501d1e1fe6d5e2e5d2b76337ba416144d5fb3a/fastapi_admin/templates/layout.html#L23). Fixed in #160

Cannot use fastapi-admin with the latest version of taskiq. E.g.: ``` taskiq-redis 0.5.5 depends on redis=5 fastapi-admin 1.0.5 depends on redis=4.2.0rc1 ```