Will poetry dependency groups affect the new `poet...
# general
p
Will poetry dependency groups affect the new
poetry_requirements
macro? https://python-poetry.org/blog/announcing-poetry-1.2.0a2/#dependency-groups
Very interesting.
tool.poetry.dev-dependencies
is deprecated in favor of
tool.poetry.group.dev.dependencies
. This will probably affect the macro.
h
Good question! Yes, I think it does, but not very substantially. The macro only needs to know to look at more than just
tool.poetry.dependencies
and
tool.poetry.dev-dependencies
sounds like @steep-breakfast-98857 is on it 😎
✅ 1
s
Yeah; pretty straightforward fix. Should be out later today
🙌 1