Why Does Python Ignore My Pinned Package Versions and Attempt to Update Them?

This topic was automatically generated from Slack. You can find the original thread here.

Hey guys, having another issue with Python package versioning. It seems even though i pin all the packages at all steps (including some dependencies), it seems everytime one of the packages has an update, it tries to request that latest version instead and my hardcoded/pinned version number is ignored. Every few days i have to find which package is causing the issue, increment the version on all the steps and it then works.

Hi, could you please create a ticket here with steps to reproduce?

Got it !

Got it. Thanks!

Posted thread to Discourse: Why Does Python Ignore Pinned Package Versions and Fetch Latest Updates Instead?

hi Omar, would you please share how you are connecting with python?

Posted thread to Discourse: Why is Python Ignoring My Pinned Package Versions and Requesting Latest Updates?

Hey , any ideas if there’s updates on this or rough ETA? Github issue hasn’t been updated in a while

Hi , unfortunately no updates for now. The ticket is in Pipedream team internal backlog, but we can not determine the date where it will be worked on, due to other prioritization.

To speedup the process, maybe you can also include more details on your workflow? For example, all of the code steps that you used to minimally reproduce the issue?

Thanks for the quick response . Fair enough, thank you for letting me know. Im happy to but only if i can do this privately to avoid publicizing our code, can i do this?

Hey , my recommendation for this issue is that you can just include the code step with only import statement to demonstrate your issue (without any of your internal code), could you help me to do that?

no worries, i can do that, in the Git issue i added screenshots of the magic statements (pipedream add-package …), but i can share import here:

Code step #1:

Code Step #2:

Thank you . Your issue is clearer now.

Hopefully PIpedream internal team will take a look at it soon

no worries at all, appreciate the responses.