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
Updating dependencies
Resolving dependencies... (0.1s)
ParseConstraintError
Could not parse version constraint: ~3.4.*
at /home/linuxbrew/.linuxbrew/Cellar/poetry/1.1.4/libexec/vendor/lib/python3.9/site-packages/poetry/core/semver/__init__.py:163 in parse_single_constraint
159│ return VersionUnion(VersionRange(max=version), VersionRange(min=version))
160│ else:
161│ return version
162│
→ 163│ raise ParseConstraintError(
164│ "Could not parse version constraint: {}".format(constraint)
165│ )
166│
-vvv
option).Issue
poetry lock
fails for the followingpyproject.toml
.The full output of
poetry lock -vvv
is here.This looks like #2645, which has already been fixed.
The text was updated successfully, but these errors were encountered: