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
According to the documentation on the tool.poetry.dependencies section:
Be aware that declaring the python version for which your package is compatible is mandatory:
However, since v2, it is possible to use project.requires-python to specify the python version and poetry can accept a tool.poetry.dependencies section without a python version specified and can take the python version declaration from requires-python.
Can the documentation be updated to reflect the current behavior?
The text was updated successfully, but these errors were encountered:
Issue Kind
Unclear documentation
Existing Link
https://python-poetry.org/docs/pyproject/#dependencies-and-dependency-groups
Description
According to the documentation on the
tool.poetry.dependencies
section:However, since v2, it is possible to use
project.requires-python
to specify the python version and poetry can accept atool.poetry.dependencies
section without a python version specified and can take the python version declaration fromrequires-python
.Can the documentation be updated to reflect the current behavior?
The text was updated successfully, but these errors were encountered: