-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Maybe provide a parameter to avoid browser caching for PyPI resolution requests #122
Comments
Thanks @CNSeniorious000! I can think of two ways to implement this.
The second option would provide more flexibility, but it would also leak the internal implementation of |
But And then here we don't need to init the Lines 116 to 118 in 5d4a869
|
Oh yes, |
One more question. If I specify |
I don't think we have such an option now, but I think it is reasonable. This may be something that we need to consider when re-designing the micropip module (#112) cc: @RulerOfCakes |
Currently micropip passes a kwargs to
pyfetch
during resolution.micropip/micropip/install.py
Line 138 in 5d4a869
I think it is reasonable to add a
no_cache
parameter toinstall
command or theTransaction
class to skip browser caching. Currently it is not possible to skip browser caching for PyPI simple API calls.Use case: upgrading a previously installed package
The text was updated successfully, but these errors were encountered: