Skip to content

Update minimum version of portalocker #146

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kurtqq
Copy link

@kurtqq kurtqq commented Aug 6, 2025

This helps avoid ResolutionTooDeepError with pip when it starts backtrack to search for matched versions. This happens in large projects that uses many libs. The easiest way to avoid it is to increase minimum versions

This helps avoid ResolutionTooDeepError  with pip when it starts backtrack to search for matched versions. This happens in large projects that uses many libs. The easiest way to avoid it is to increase minimum versions
@rayluo rayluo added the question Further information is requested label Aug 6, 2025
@rayluo
Copy link
Contributor

rayluo commented Aug 6, 2025

  1. Out of curiosity, can you provide a url or something pointing us to a log with that ResolutionTooDeepError?
  2. More importantly, starting from msal-extensions version 1.3, this library does not use portalocker by default. We prefer phasing out that dependency, rather than sending a misleading signal of keeping it up-to-date. Existing customers shall not even notice its removal from the default installation. (That is also why we are curious to know why you ran into #1 above in the first place.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants