MAVSDK-Python set_attitude() does not work

I’m trying to change the yaw of the drone using set_attitude() function. But it does not change anything. I’m using PX4 and MAVSDK-Python

As far as I know, set attitude in PX4 needs to specify the Thrust as well, if not defined the attitude is rejected

last parameter for the set_attiude() is thrust value so im giving that like in the example in the github.