-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
New release? #164
Comments
Gentle ping on this 🙂 (For others experiencing this: a workaround that may work for you is to also install |
@econchick Any updates on this? 😅 |
finally released 1.6.0 🙈 😅 thanks for your patience!! |
Thank you as well! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there! First of all, thank you for creating and maintaining
interrogate
! We use it onpip-audit
to ensure that all of our public APIs are documented, and it's a delight to use.On recent versions of Python (3.12+), we're seeing a
ModuleNotFoundError
due tointerrogate
's use ofpkg_resources
, which was removed from the standard Python distribution:It looks like this was patched with 3aa94a6, but that that commit hasn't landed in a new release quite yet.
So: would it be possible to get a new release cut for
interrogate
?The text was updated successfully, but these errors were encountered: