-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10600 from nadavwe/vendoring-new-resolve-lib-version
- Loading branch information
Showing
10 changed files
with
32 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Upgrade resolvelib to 0.8.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,11 @@ | ||
__version__: str | ||
|
||
from .providers import ( | ||
AbstractResolver as AbstractResolver, | ||
AbstractProvider as AbstractProvider, | ||
) | ||
from .providers import AbstractProvider as AbstractProvider | ||
from .providers import AbstractResolver as AbstractResolver | ||
from .reporters import BaseReporter as BaseReporter | ||
from .resolvers import ( | ||
InconsistentCandidate as InconsistentCandidate, | ||
RequirementsConflicted as RequirementsConflicted, | ||
Resolver as Resolver, | ||
ResolutionError as ResolutionError, | ||
ResolutionImpossible as ResolutionImpossible, | ||
ResolutionTooDeep as ResolutionTooDeep, | ||
) | ||
from .resolvers import InconsistentCandidate as InconsistentCandidate | ||
from .resolvers import RequirementsConflicted as RequirementsConflicted | ||
from .resolvers import ResolutionError as ResolutionError | ||
from .resolvers import ResolutionImpossible as ResolutionImpossible | ||
from .resolvers import ResolutionTooDeep as ResolutionTooDeep | ||
from .resolvers import Resolver as Resolver |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters