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

Vendor munch #1254

Closed
sgillies opened this issue Apr 21, 2023 · 1 comment
Closed

Vendor munch #1254

sgillies opened this issue Apr 21, 2023 · 1 comment
Assignees
Milestone

Comments

@sgillies
Copy link
Member

Munch uses pkg_resources and thus is causing deprecation warnings from setuptools. There's no stable version of munch that fixes this and no sign that there will be one. My solution is to vendor munch and remove the use of pkg_resources.

@sgillies sgillies added this to the 1.9.4 milestone Apr 21, 2023
@sgillies sgillies self-assigned this Apr 21, 2023
sgillies added a commit that referenced this issue Apr 21, 2023
sgillies added a commit that referenced this issue Apr 21, 2023
* Vendor munch and hard code its version

Resolves #1254

* Remove munch dependency and update change log
@nekopsykose
Copy link

munch 3.0 now replaced pkg_resources with importlib metadata so you can devendor it again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants