Advika
Community Manager
Community Manager

Hello @guilhermeneves!

Could you confirm if pip was used to install any Python packages in your workload?
The version shifts you’re seeing are likely related to unpinned pip installs: when package versions aren’t pinned, dependency changes from third-party libraries can impact workload behavior. Pinning dependencies is recommended to prevent this.

View solution in original post