microsoft/debugpy

Can't install version 1.8.3

danielzn opened this issue · 3 comments

Environment data

  • OS and version: macOS 14.6

Actual behavior

Could not find a matching version of package debugpy

Expected behavior

Installs debugpy 1.8.3

Steps to reproduce:

  1. poetry add debugpy=1.8.3

Seems like someone removed 1.8.3

https://pypi.org/project/debugpy/#history

image

So that is why our CI is breaking since the morning.

This issue can probably be closed as a duplicate of #1647