-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
chore: update dependencies #8984
Conversation
fyi I have jaraco/keyring#666 and jaraco/jaraco.classes#13 open trying to fix up the faulty types in those two projects. I wouldn't wait on them though: in poetry it only makes a difference to type annotations in unit test so certainly not worth holding up a release Not sure about the changes in site_packages.py, if importlib-metadata doesn't promise to return a ( |
|
Ah, different python versions - this returns I'd think the right thing to do is to raise a pull request at importlib-metadata, changing the return type to be a plain Presumably they are currently trying to avoid committing to a particular type, but hopefully should be open to agreeing that in fact returning their own odd half- (Meanwhile if you are looking to cut a release... do whatever) |
ugh, though python/importlib_metadata#480
but I think this over-shot: it makes sense for the abstract At the very least: |
d8018c0
to
a566059
Compare
bcb8710
to
d20a7c3
Compare
d20a7c3
to
bef277c
Compare
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
No description provided.