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.7s)
Because mypy (1.4.1) depends on typing-extensions (>=4.1.0)
and poetry-issue depends on typing-extensions (3.10.0.2), mypy is forbidden.
So, because poetry-issue depends on mypy (1.4.1), version solving failed.
So Poetry ignores the fact that the conflicting dependency is meant for a different version of python that mypy's installed for.
Description
I have the following pyproject.toml (in full)
When I run
poetry lock
I get this error messageSo Poetry ignores the fact that the conflicting dependency is meant for a different version of python that mypy's installed for.
Workarounds
I didn't find any workarounds yet
Poetry Installation Method
pipx
Operating System
NixOS unstable
Poetry Version
1.8.3
Poetry Configuration
Python Sysconfig
I don't think it's relevant and I would rather not share
Example pyproject.toml
Poetry Runtime Logs
The text was updated successfully, but these errors were encountered: