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
❯ python --version
Python 3.11.8
❯ poetry --version
Poetry (version 1.8.2)
❯ poetry new foobar
Created package foobar in foobar
❯ cd foobar
❯ poetry add approvaltests
Creating virtualenv foobar-GBYzWmta-py3.11 in /home/pez/.cache/pypoetry/virtualenvs
Using version ^11.2.0 for approvaltests
Updating dependencies
Resolving dependencies... (0.0s)
Because no versions of approvaltests match >11.2.0,<12.0.0
and approvaltests (11.2.0) depends on approval-utilities (11.2.0), approvaltests (>=11.2.0,<12.0.0) requires approval-utilities (11.2.0).
So, because no versions of approval-utilities match 11.2.0
and foobar depends on approvaltests (^11.2.0), version solving failed.
No description provided.
The text was updated successfully, but these errors were encountered: