poetry/src/poetry/mixology
David Hotham e015ee534e
Miscellaneous cleanups (#8981)
- mypy/typing
- prefer the poetry-core PyProjectTOML where possible
- use dictionary setdefault where appropriate
- remove the explicit package from poetry's own pyproject.toml
2024-02-17 14:05:54 +01:00
..
solutions Update ruff and black (#8586) 2023-10-28 16:46:25 +02:00
__init__.py refactor(solver/provider/version_solver): move get_locked() from VersionSolver to Provider 2022-08-31 01:51:18 -06:00
assignment.py typechecking tweaks 2022-06-02 09:19:44 -06:00
failure.py tweak messaging re incompatible python versions (#8423) 2023-09-09 14:29:18 +02:00
incompatibility.py Miscellaneous cleanups (#8981) 2024-02-17 14:05:54 +01:00
incompatibility_cause.py search_for should not raise ValueError to indicate that a package could not be found (#6790) 2022-11-16 17:25:34 +01:00
partial_solution.py revert #5770, provide new fix (#6058) 2022-07-31 17:47:14 +02:00
result.py chore: enable pep 563/585 2022-02-27 21:12:05 -07:00
set_relation.py chore: enable pep 563/585 2022-02-27 21:12:05 -07:00
term.py chore: update poetry-core to 1.3 and fix deprecations 2022-10-06 09:12:59 -06:00
version_solver.py solver: cache only packages for dependencies without extras and use them also for dependencies with extras (#8835) 2024-01-27 18:33:09 +01:00