-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Labels
area/depsRelated to representing and locking dependenciesRelated to representing and locking dependencieskind/bugSomething isn't working as expectedSomething isn't working as expected
Description
Description
missing at
poetry/src/poetry/packages/locker.py
Lines 64 to 68 in b779296
| _relevant_project_keys: ClassVar[list[str]] = [ | |
| "requires-python", | |
| "dependencies", | |
| "optional-dependencies", | |
| ] |
edit: actually dependency-groups is a top-level key in pyproject.toml, not a "project" key, so there is a little more to be done than simply updating that list
Workarounds
n/a
Poetry Installation Method
pipx
Operating System
n/a
Poetry Version
2.2.1
Poetry Configuration
n/aPython Sysconfig
sysconfig.log
Paste the output of 'python -m sysconfig', over this line.
Example pyproject.toml
Poetry Runtime Logs
poetry-runtime.log
Paste the output of 'poetry -vvv <command>', over this line.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/depsRelated to representing and locking dependenciesRelated to representing and locking dependencieskind/bugSomething isn't working as expectedSomething isn't working as expected