Skip to content

Commit 31042a4

Browse files
committed
pin to debugpy verion 1.4.3
1 parent f806674 commit 31042a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonFiles/install_debugpy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def _download_and_extract(root, url, version):
5353

5454
def main(root):
5555
data = _get_package_data()
56-
latest_version = max(data["releases"].keys(), key=version_parser)
56+
latest_version = "1.4.3"
5757

5858
for url in _get_debugger_wheel_urls(data, latest_version):
5959
_download_and_extract(root, url, latest_version)

0 commit comments

Comments
 (0)