How to define plotly.js version in plotly.py?

There were some nice features in plotly.js but they are actually not available in plotly.py. So how can I change the underlying version of plotly.js in plotly.py?
Thanks for your support

Hi @meteoDan, when there is a new release of plotly.js, a release of plotly.py follows usually a few days later so you should be able to use the last release of plotly.js with the last release of plotly.py (for example, plotly.py 4.5 uses plotly.js 1.52). That said, during the few days just after a plotly.js release and before the plotly.py release, you can follow the instructions in https://github.com/plotly/plotly.py/blob/master/contributing.md#update-to-a-new-version-of-plotlyjs, using a development branch of plotly.