From 7f8f6c270fa81c578f5c9914d63af597c9cacd1c Mon Sep 17 00:00:00 2001 From: Chris Novakovic Date: Wed, 22 Jul 2026 21:13:13 +0100 Subject: [PATCH] Bump distlib to version 0.4.3 distlib 0.3.8 imports `imp`, which no longer exists in the standard library as of Python 3.12. --- third_party/python/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/python/BUILD b/third_party/python/BUILD index 35d61059..1da39021 100644 --- a/third_party/python/BUILD +++ b/third_party/python/BUILD @@ -412,7 +412,7 @@ pip_library( pip_library( name = "distlib", licences = ["PSF-2.0"], - version = "0.3.8", + version = "0.4.3", ) python_wheel(