Notifications
Clear all
June 27, 2026 2:01 am
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
Page 2 / 2
Prev