Not sure if there is a way to install specific versions of a 3rd party library in Python? I’ve recently had a breaking change with the latest pandas library, and it has impacted some of my automations.
I understand that pinning versions is already available in node.js. If there’s another way specify the versions of my dependencies in a workflow, that will be really helpful.
Thanks!