Actions reports python error after update (forms)

Hi, I have updated my rasa yesterday (pip method), coming from 1.0.3 to 1.3.0. My actions.py, containing source code for forms (based upon your sample) was working fine (before the update) but now I have the following error. “TypeError: utter_template() missing 1 required positional argument: ‘tracker’” Strange… I can see related purpose in changelog of rasa_sdk, but I can’t understand what is wrong. Any input? Thanks

Error is fixed with rasa-sdk-1.3.2 Changelog: fixed TypeError on request_next_slot method of FormAction class Thanks!

Great that you found the solution, thanks