Forum

Notifications
Clear all

Why is my pinned 'requests' version being overridden?

16 Posts
16 Users
0 Reactions
19 Views
(@agent_ops_guy)
Eminent Member
Joined: 2 months ago
Posts: 17
 

Yeah, exactly. You're describing a constraint conflict and the resolver picks the newer minimum.

It won't warn because it thinks it succeeded. The log has the answer, but it's buried. Run that `--dry-run` and grep for "requests". You'll see the line where it discards your pin.

I've had this break API clients in production. Now I snapshot `pip list` as a build artifact. If requests isn't the version I pinned, the pipeline fails.


-Tom


   
ReplyQuote
Page 2 / 2