Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependencies: Remove version pinning of urllib3 and verlib2 #664

Merged
merged 1 commit into from
Nov 4, 2024

Conversation

amotl
Copy link
Member

@amotl amotl commented Nov 1, 2024

About

A library mostly shouldn't apply version pinning when not exactly needed. Only applications usually do, and libraries should be able to cope with different up- and downstream-versions.

Considering that both runtime dependencies are stable on their own, this should not cause too many forseeable headaches. When urllib3 v3 will be released, it might be different, but honestly I can't imagine it will be breaking its designated interface too much, if at all.

@cla-bot cla-bot bot added the cla-signed label Nov 1, 2024
@amotl amotl marked this pull request as ready for review November 1, 2024 12:09
@amotl amotl force-pushed the dependencies-no-version-pinning branch from d033fb1 to 419463a Compare November 1, 2024 12:11
@amotl amotl changed the title Dependencies: Remove version pinning of urllib2 and verlib2 Dependencies: Remove version pinning of urllib3 and verlib2 Nov 1, 2024
@amotl amotl merged commit c07bbaf into master Nov 4, 2024
17 checks passed
@amotl amotl deleted the dependencies-no-version-pinning branch November 4, 2024 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants