Skip to content

fix: Don't limit importlib_metadata to < 2#881

Merged
webknjaz merged 2 commits intopypa:mainfrom
henryiii:fix/implimit
Apr 13, 2021
Merged

fix: Don't limit importlib_metadata to < 2#881
webknjaz merged 2 commits intopypa:mainfrom
henryiii:fix/implimit

Conversation

@henryiii
Copy link
Copy Markdown
Contributor

The current code limits importlib_metadata to <2; this is incorrect, as this will collide with anyone setting >=3.6, for example, and importlib_metadata is not going to brake compatibility with importlib.metadata in the stdlib. In general, for mature and well-meaning libraries, you should not set an upper limit unless there's a known incompatibility.

@webknjaz webknjaz enabled auto-merge April 13, 2021 01:54
@webknjaz webknjaz merged commit 20ac086 into pypa:main Apr 13, 2021
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.

2 participants