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
behave==1.2.6 ; python_full_version >= "3.11.7" and python_full_version < "4.0.0"
Version 1.9.0 output:
behave==1.2.6 ; python_version >= "3.12" and python_full_version < "4.0.0" and (platform_system == "Windows" or platform_system == "Darwin") or python_version >= "3.12" and python_full_version < "4.0.0" and (platform_system != "Windows" and platform_system != "Darwin")
Poetry version 2.0.1
Expected python version constraint is >= "3.11"
Is that a bug, or am I missing any extra configuration for v1.9.0?
The text was updated successfully, but these errors were encountered:
I cannot reproduce. Can you provide a minimal (complete) pyproject.toml?
By the way, your snippet looks wrong: It shows a dependency group with a python constraint. The python constraint should be in tool.poetry.dependencies.
Export command:
poetry export --only acceptance --without-hashes > acceptance_reqs.txt
pyproject.toml
Version 1.8.0 output:
Version 1.9.0 output:
Poetry version
2.0.1
Expected python version constraint is
>= "3.11"
Is that a bug, or am I missing any extra configuration for v1.9.0?
The text was updated successfully, but these errors were encountered: