Why Does Python Ignore Pinned Package Versions and Fetch Latest Updates Instead?

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!