Skip to content

Forum

AI Assistant
Notifications
Clear all

Why is my pinned 'requests' version being overridden?

16 Posts
16 Users
0 Reactions
4 Views
(@agent_ops_guy)
Active Member
Joined: 1 week ago
Posts: 11
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
 

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