Skip to content

fix: replace pkg_resources with importlib#125

Merged
bpiwowar merged 1 commit into
masterfrom
120-pkgresources-deprecation-warning
Jul 17, 2025
Merged

fix: replace pkg_resources with importlib#125
bpiwowar merged 1 commit into
masterfrom
120-pkgresources-deprecation-warning

Conversation

@teo-lohrer-su
Copy link
Copy Markdown
Collaborator

Listing entry points can be achieved with importlib.metadata.entry_points instead of pkg_resources.
This does not trigger a warning anymore.

uv run --python 3.10 experimaestro --help

@teo-lohrer-su teo-lohrer-su requested a review from bpiwowar July 17, 2025 14:00
@bpiwowar bpiwowar merged commit 0af6777 into master Jul 17, 2025
3 checks passed
@bpiwowar
Copy link
Copy Markdown
Collaborator

Fixes #120

@bpiwowar bpiwowar deleted the 120-pkgresources-deprecation-warning branch August 20, 2025 13:59
@bpiwowar bpiwowar restored the 120-pkgresources-deprecation-warning branch August 20, 2025 13:59
@bpiwowar bpiwowar deleted the 120-pkgresources-deprecation-warning branch August 20, 2025 13:59
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