Skip to content

Conversation

@mhaas
Copy link
Contributor

@mhaas mhaas commented Jun 14, 2021

Commit 855c090 in release 0.8.0 introduced use of the ~= operator to declare package dependencies. Sadly, this introduced a bug where now the package depended on requests >= 2.20.0; requests < 2.21.0 due
to the way the "compatible release operator" is specified in PEP-440.

The notion of "compatible release" in PEP-440 thus does not strictly follow semantic versioning.

This commit updates the dependencies to once again allow updates to any minor version.

mhaas added 3 commits June 14, 2021 15:52
Commit 855c090 in release 0.8.0 introduced
use of the `~=` operator to declare package dependencies. Sadly, this introduced
a bug where now the package depended on `requests >= 2.20.0; requests < 2.21.0` due
to the way the "compatible release operator" is specified in PEP-440.

The notion of "compatible release" in PEP-440 thus does not strictly follow semantic
versioning.

This commit updates the dependencies to once again allow updates to any minor
version.
@mhaas mhaas requested a review from karthikmswamy June 14, 2021 14:04
Copy link
Contributor

@karthikmswamy karthikmswamy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is nice! Thanks!

@mhaas mhaas merged commit 4191e35 into main Jun 14, 2021
@mhaas mhaas deleted the release_0.8.1 branch June 15, 2021 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants