You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dependency cache used by the legacy resolver will be deprecated and removed soon. I'd suggest using pip-compile --backtracking resolver instead. See #1659.
The dependency cache (piptools/cache.py) is the implementation details of the legacy resolver written in pip-tools. The backtracking resolver is a wrapper around pip's backtracking resolver so everything now works under the hood of pip (resolving/caching/etc).
What's the problem this feature will solve?
I'm considering committing the cache json (e.g.
depcache-cp3.8.json
) via git in a monorepo environment, so that everyone has the same cache.People may have diff legacy caches e.g. due to bug like #1511.
Formatted json instead of putting everything in a single line makes it easier to read the diff, is that possible currently?
The text was updated successfully, but these errors were encountered: