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
Please follow the bug template and run with -vvv. For me, it's instant. For you, it could be slow downloading, it could be waiting for a password, I can't tell.
Description
The versions of Python third-party stub packages consist of four parts, like
2.32.0.20240523
(see: types-requests-2.32.0.20240523). More info in their README: https://github.com/python/typeshed?tab=readme-ov-file#package-versioning-for-third-party-stubsHowever Poetry cannot resolve these packages and it hangs indefinitely.
For example, when executing
poetry update types-requests
with any of the following dependency specifications:types-requests = "^2.32"
types-requests = "~2.32"
types-requests = "2.32.*"
types-requests = ">=2.32"
types-requests = "2.32.0.20240523"
Workarounds
No workaround.
Poetry Installation Method
pipx
Operating System
Ubuntu 20.04
Poetry Version
1.8.2
Poetry Configuration
Python Sysconfig
No response
Example pyproject.toml
No response
Poetry Runtime Logs
The text was updated successfully, but these errors were encountered: