Hi, I updated plotly and kaleido to the latest version. When I rerun some scripts, my rescaling of the plots doesn't work anymore. ``` fig.update_layout( autosize=False, height=150, width=180, ) ``` Changing height and width does not change the plot size anymore. Am I doing something wrong?