Skip to content

Comments

Support all CPython ABI tag suffixes properly #17817

Merged
konstin merged 5 commits intomainfrom
konsti/Support-freethreading-debug-builds2
Feb 5, 2026
Merged

Support all CPython ABI tag suffixes properly #17817
konstin merged 5 commits intomainfrom
konsti/Support-freethreading-debug-builds2

Conversation

@konstin
Copy link
Member

@konstin konstin commented Feb 2, 2026

Previously, we'd emit false wheel names in (error) messages, e.g. cp314-cp314td-macosx_26_0_arm64 would become cp314-cp314-macosx_26_0_arm64 (#17635). To fix that, we need to properly track CPython ABI tag suffixes.

I've implemented tracking for all four CPython 3 ABI tag suffixes, dubbing them modifiers. Only freethreading actually changes the ABI, debug exists but is ABI compatible nowadays, the rest exists to avoid falsifying wheel we rejected. The bitflags are able to track future ABI additions.

We need to take care here that we bump the right cache buckets.

@konstin konstin force-pushed the konsti/Support-freethreading-debug-builds2 branch from 562ba95 to bc3cb05 Compare February 3, 2026 20:45
@konstin konstin force-pushed the konsti/Support-freethreading-debug-builds2 branch from bc3cb05 to b186640 Compare February 3, 2026 20:53
@konstin konstin changed the title Support ABI tags properly Support ABI tag suffixes properly Feb 3, 2026
@konstin konstin changed the title Support ABI tag suffixes properly Support ABI tag suffixes properly Feb 3, 2026
@konstin konstin added the bug Something isn't working label Feb 3, 2026
@konstin konstin requested a review from EliteTK February 3, 2026 21:12
@konstin
Copy link
Member Author

konstin commented Feb 3, 2026

I ran this through the ecosystem check and it came back clean, these updates happened while the tests were running:

Ecosystem testing report

compile

  • Dataset: The top 15k PyPI packages. A handful of pathological cases were filtered out.
  • Command: uv pip compile with --no-build on Python 3.13.
  • Successfully resolved packages: 13234/14992 (88%). Only success resolutions can be compared.

Different resolutions: 10/13234

boto3-stubs-lite
--- base
+++ branch
@@ -1,4 +1,4 @@
-boto3-stubs-lite==1.42.40
+boto3-stubs-lite==1.42.41
 botocore-stubs==1.42.41
 types-awscrt==0.31.1
 types-s3transfer==0.16.0
nvidia-nccl-cu12
--- base
+++ branch
@@ -1 +1 @@
-nvidia-nccl-cu12==2.29.2
+nvidia-nccl-cu12==2.29.3
snowflake-ml-python
--- base
+++ branch
@@ -1,73 +1,73 @@
 aiobotocore==2.26.0
 aiohappyeyeballs==2.6.1
 aiohttp==3.13.3
 aioitertools==0.13.0
 aiosignal==1.4.0
 annotated-types==0.7.0
 anyio==4.12.1
 asn1crypto==1.5.1
 attrs==25.4.0
 boto3==1.41.5
 botocore==1.41.5
 cachetools==5.5.2
 certifi==2026.1.4
 cffi==1.17.1
 charset-normalizer==3.4.4
 cloudpickle==3.1.1
 colorama==0.4.6 ; sys_platform == 'win32'
 cryptography==45.0.7
 filelock==3.20.3
 frozenlist==1.8.0
 fsspec==2025.12.0
 idna==3.11
 importlib-resources==6.5.2
 jmespath==1.1.0
 joblib==1.5.3
 llvmlite==0.46.0
 multidict==6.7.1
 numba==0.63.1
 numpy==2.3.5
-nvidia-nccl-cu12==2.29.2 ; sys_platform == 'linux'
+nvidia-nccl-cu12==2.29.3 ; sys_platform == 'linux'
 packaging==25.0
 pandas==2.3.3
 platformdirs==4.5.1
 propcache==0.4.1
 protobuf==6.33.5
 pyarrow==18.1.0
 pycparser==3.0
 pydantic==2.12.5
 pydantic-core==2.41.5
 pyjwt==2.11.0
 pyopenssl==25.3.0
 python-dateutil==2.9.0.post0
 pytimeparse==1.1.8
 pytz==2025.2
 pyyaml==6.0.3
 requests==2.32.5
 retrying==1.4.2
 s3fs==2025.12.0
 s3transfer==0.15.0
 scikit-learn==1.7.2
 scipy==1.17.0
 setuptools==80.10.2
 shap==0.49.1
 six==1.17.0
 slicer==0.0.8
 snowflake-connector-python==3.18.0
 snowflake-core==1.11.0
 snowflake-ml-python==1.25.0
 snowflake-snowpark-python==1.45.0
 sortedcontainers==2.4.0
 sqlparse==0.5.5
 threadpoolctl==3.6.0
 tomlkit==0.14.0
 tqdm==4.67.3
 typing-extensions==4.15.0
 typing-inspection==0.4.2
 tzdata==2025.3
 tzlocal==5.3.1
 urllib3==2.6.3
 wheel==0.46.3
 wrapt==1.17.3
 xgboost==3.1.3
 yarl==1.22.0
tccli
--- base
+++ branch
@@ -1,9 +1,9 @@
 certifi==2026.1.4
 charset-normalizer==3.4.4
 idna==3.11
 jmespath==0.10.0
 requests==2.32.5
 six==1.16.0
 tccli==3.1.42.1
-tencentcloud-sdk-python==3.1.42
+tencentcloud-sdk-python==3.1.43
 urllib3==2.6.3
tccli-intl-en
--- base
+++ branch
@@ -1,9 +1,9 @@
 certifi==2026.1.4
 charset-normalizer==3.4.4
 idna==3.11
 jmespath==0.10.0
 requests==2.32.5
 six==1.16.0
 tccli-intl-en==3.1.42.1
-tencentcloud-sdk-python-intl-en==3.1.42
+tencentcloud-sdk-python-intl-en==3.1.43
 urllib3==2.6.3
tencentcloud-sdk-python
--- base
+++ branch
@@ -1,6 +1,6 @@
 certifi==2026.1.4
 charset-normalizer==3.4.4
 idna==3.11
 requests==2.32.5
-tencentcloud-sdk-python==3.1.42
+tencentcloud-sdk-python==3.1.43
 urllib3==2.6.3
vacancycalculator
--- base
+++ branch
@@ -1,38 +1,38 @@
 ase==3.27.0
 certifi==2026.1.4
 charset-normalizer==3.4.4
 contourpy==1.3.3
 cycler==0.12.1
 fonttools==4.61.1
 idna==3.11
 joblib==1.5.3
 kiwisolver==1.4.9
 matplotlib==3.10.8
 numpy==2.4.2
-nvidia-nccl-cu12==2.29.2 ; sys_platform == 'linux'
+nvidia-nccl-cu12==2.29.3 ; sys_platform == 'linux'
 ovito==3.14.1
 packaging==26.0
 pandas==3.0.0
 pillow==12.1.0
 platformdirs==4.5.1
 pooch==1.9.0
 pyparsing==3.3.2
 pyside6-essentials==6.10.2
 python-dateutil==2.9.0.post0
 pyvista==0.46.5
 pyvistaqt==0.11.3
 qtpy==2.4.3
 requests==2.32.5
 scikit-learn==1.8.0
 scipy==1.17.0
 scooby==0.11.0
 shiboken6==6.10.2
 six==1.17.0
 threadpoolctl==3.6.0
 traits==7.1.0
 typing-extensions==4.15.0
 tzdata==2025.3 ; sys_platform == 'emscripten' or sys_platform == 'win32'
 urllib3==2.6.3
 vacancycalculator==0.5.3.5
 vtk==9.5.2
 xgboost==3.1.3
xgboost
--- base
+++ branch
@@ -1,4 +1,4 @@
 numpy==2.4.2
-nvidia-nccl-cu12==2.29.2 ; sys_platform == 'linux'
+nvidia-nccl-cu12==2.29.3 ; sys_platform == 'linux'
 scipy==1.17.0
 xgboost==3.1.3
xgboost-ray
--- base
+++ branch
@@ -1,28 +1,28 @@
 attrs==25.4.0
 certifi==2026.1.4
 charset-normalizer==3.4.4
 click==8.3.1
 colorama==0.4.6 ; sys_platform == 'win32'
 filelock==3.20.3
 idna==3.11
 jsonschema==4.26.0
 jsonschema-specifications==2025.9.1
 msgpack==1.1.2
 numpy==2.4.2
-nvidia-nccl-cu12==2.29.2 ; sys_platform == 'linux'
+nvidia-nccl-cu12==2.29.3 ; sys_platform == 'linux'
 packaging==26.0
 pandas==3.0.0
 protobuf==6.33.5
 python-dateutil==2.9.0.post0
 pyyaml==6.0.3
 ray==2.53.0
 referencing==0.37.0
 requests==2.32.5
 rpds-py==0.30.0
 scipy==1.17.0
 six==1.17.0
 tzdata==2025.3 ; sys_platform == 'emscripten' or sys_platform == 'win32'
 urllib3==2.6.3
 wrapt==2.1.1
 xgboost==3.1.3
 xgboost-ray==0.1.19
xgbse
--- base
+++ branch
@@ -1,28 +1,28 @@
 autograd==1.8.0
 autograd-gamma==0.4.2
 contourpy==1.3.3
 cycler==0.12.1
 fonttools==4.61.1
 formulaic==1.2.1
 interface-meta==1.3.0
 joblib==1.5.3
 kiwisolver==1.4.9
 lifelines==0.30.0
 matplotlib==3.10.8
 narwhals==2.16.0
 numpy==2.4.2
-nvidia-nccl-cu12==2.29.2 ; sys_platform == 'linux'
+nvidia-nccl-cu12==2.29.3 ; sys_platform == 'linux'
 packaging==26.0
 pandas==3.0.0
 pillow==12.1.0
 pyparsing==3.3.2
 python-dateutil==2.9.0.post0
 scikit-learn==1.8.0
 scipy==1.17.0
 six==1.17.0
 threadpoolctl==3.6.0
 typing-extensions==4.15.0
 tzdata==2025.3 ; sys_platform == 'emscripten' or sys_platform == 'win32'
 wrapt==2.1.1
 xgboost==3.1.3
 xgbse==0.2.3

lock

  • Dataset: The top 15k PyPI packages. A handful of pathological cases were filtered out.
  • Command: uv lock with --no-build on Python 3.13.
  • Successfully resolved packages: 13234/14992 (88%). Only success resolutions can be compared.

Different resolutions: 11/13234

boto3-stubs-lite
--- base
+++ branch
@@ -4,15 +4,15 @@
 
 [[package]]
 name = "boto3-stubs-lite"
-version = "1.42.40"
+version = "1.42.41"
 source = { registry = "https://pypi.org/simple" }
 dependencies = [
     { name = "botocore-stubs" },
     { name = "types-s3transfer" },
 ]
-sdist = { url = "https://files.pythonhosted.org/packages/f0/9a/f555a09d11159f1add2553400a3a335c7d6b5ccba21dc5b77b06856966de/boto3_stubs_lite-1.42.40.tar.gz", hash = "sha256:3fcafc0d0634eaf9b65bf0a72b8907eae3ffc0ed8a99b8318a7d1344a2fb70f7", size = 72603, upload-time = "2026-02-02T23:19:24.557Z" }
+sdist = { url = "https://files.pythonhosted.org/packages/8d/50/80ee1fc509440e6d982d992e1fa75fe70447356996173cbcc0665f3a8685/boto3_stubs_lite-1.42.41.tar.gz", hash = "sha256:d6332489719a8a82db091f84df3175d84ff73b60e91ff41722d66c1a1794448b", size = 72605, upload-time = "2026-02-03T21:06:06.018Z" }
 wheels = [
-    { url = "https://files.pythonhosted.org/packages/7e/42/24f8e3644f4cf4be656304d0e92b2304283d3ad8c6704bff7f22b361661d/boto3_stubs_lite-1.42.40-py3-none-any.whl", hash = "sha256:514a07f0d809689d50c90670bfbadaebd2d8054cdd841c8177ea9dd0be9d3ac4", size = 42851, upload-time = "2026-02-02T23:19:20.14Z" },
+    { url = "https://files.pythonhosted.org/packages/ad/91/831679623f1d89fd7c9f4f718f7c5ff88ffb96b354bc1b0c515d83b13272/boto3_stubs_lite-1.42.41-py3-none-any.whl", hash = "sha256:8b50d3736a09b4a3502cc5c465585d6533a9192411f5a38c0b72492b86b81659", size = 42847, upload-time = "2026-02-03T21:06:02.166Z" },
 ]
 
 [[package]]
nvidia-nccl-cu12
--- base
+++ branch
@@ -4,11 +4,11 @@
 
 [[package]]
 name = "nvidia-nccl-cu12"
-version = "2.29.2"
+version = "2.29.3"
 source = { registry = "https://pypi.org/simple" }
 wheels = [
-    { url = "https://files.pythonhosted.org/packages/38/b2/e4dc7b33020645746710040cb2a6ac0de8332687d3ce902156dd3d7c351a/nvidia_nccl_cu12-2.29.2-py3-none-manylinux_2_18_aarch64.whl", hash = "sha256:0712e55c067965c6093cc793a9bbcc5f37b5b47248e9ebf8ae3af06867757587", size = 289707761, upload-time = "2026-01-07T00:21:30.514Z" },
-    { url = "https://files.pythonhosted.org/packages/23/2d/609d0392d992259c6dc39881688a7fc13b1397a668bc360fbd68d1396f85/nvidia_nccl_cu12-2.29.2-py3-none-manylinux_2_18_x86_64.whl", hash = "sha256:3a9a0bf4142126e0d0ed99ec202579bef8d007601f9fab75af60b10324666b12", size = 289762233, upload-time = "2026-01-07T00:21:56.124Z" },
+    { url = "https://files.pythonhosted.org/packages/28/cf/bcf8bb0c0030b1b9a345331f6281c37d2a8669758521eb93c382f6f87c8f/nvidia_nccl_cu12-2.29.3-py3-none-manylinux_2_18_aarch64.whl", hash = "sha256:6351b79dc7d2cc3d654ea1523616b9eeded71fe9c8da66b71eef9a5d1b2adad4", size = 289708535, upload-time = "2026-02-03T21:10:58.804Z" },
+    { url = "https://files.pythonhosted.org/packages/31/5a/cac7d231f322b66caa16fd4b136ebc8e4b18b2805811c2d58dc47210cdea/nvidia_nccl_cu12-2.29.3-py3-none-manylinux_2_18_x86_64.whl", hash = "sha256:35ad42e7d5d722a83c36a3a478e281c20a5646383deaf1b9ed1a9ab7d61bed53", size = 289760316, upload-time = "2026-02-03T21:11:37.899Z" },
 ]
 
 [[package]]
snowflake-ml-python
--- base
+++ branch
@@ -626,11 +626,11 @@
 
 [[package]]
 name = "nvidia-nccl-cu12"
-version = "2.29.2"
-source = { registry = "https://pypi.org/simple" }
-wheels = [
-    { url = "https://files.pythonhosted.org/packages/38/b2/e4dc7b33020645746710040cb2a6ac0de8332687d3ce902156dd3d7c351a/nvidia_nccl_cu12-2.29.2-py3-none-manylinux_2_18_aarch64.whl", hash = "sha256:0712e55c067965c6093cc793a9bbcc5f37b5b47248e9ebf8ae3af06867757587", size = 289707761, upload-time = "2026-01-07T00:21:30.514Z" },
-    { url = "https://files.pythonhosted.org/packages/23/2d/609d0392d992259c6dc39881688a7fc13b1397a668bc360fbd68d1396f85/nvidia_nccl_cu12-2.29.2-py3-none-manylinux_2_18_x86_64.whl", hash = "sha256:3a9a0bf4142126e0d0ed99ec202579bef8d007601f9fab75af60b10324666b12", size = 289762233, upload-time = "2026-01-07T00:21:56.124Z" },
+version = "2.29.3"
+source = { registry = "https://pypi.org/simple" }
+wheels = [
+    { url = "https://files.pythonhosted.org/packages/28/cf/bcf8bb0c0030b1b9a345331f6281c37d2a8669758521eb93c382f6f87c8f/nvidia_nccl_cu12-2.29.3-py3-none-manylinux_2_18_aarch64.whl", hash = "sha256:6351b79dc7d2cc3d654ea1523616b9eeded71fe9c8da66b71eef9a5d1b2adad4", size = 289708535, upload-time = "2026-02-03T21:10:58.804Z" },
+    { url = "https://files.pythonhosted.org/packages/31/5a/cac7d231f322b66caa16fd4b136ebc8e4b18b2805811c2d58dc47210cdea/nvidia_nccl_cu12-2.29.3-py3-none-manylinux_2_18_x86_64.whl", hash = "sha256:35ad42e7d5d722a83c36a3a478e281c20a5646383deaf1b9ed1a9ab7d61bed53", size = 289760316, upload-time = "2026-02-03T21:11:37.899Z" },
 ]
 
 [[package]]
tccli
--- base
+++ branch
@@ -110,14 +110,14 @@
 
 [[package]]
 name = "tencentcloud-sdk-python"
-version = "3.1.42"
+version = "3.1.43"
 source = { registry = "https://pypi.org/simple" }
 dependencies = [
     { name = "requests" },
 ]
-sdist = { url = "https://files.pythonhosted.org/packages/ef/e5/42fdf7aa8ae027daa4aece7393b7a9fe24d228bdd9a2cceb2bff427dd4d2/tencentcloud_sdk_python-3.1.42.tar.gz", hash = "sha256:85e3d77f01f9311871e81d6c43a4d4eb3647eeeda5fc07df76dbcf36db917da9", size = 13905340, upload-time = "2026-02-02T21:09:25.565Z" }
+sdist = { url = "https://files.pythonhosted.org/packages/f4/f9/1aacfd7f303f0a98c4089025f022df367071156f0437154fa4622bb135a9/tencentcloud_sdk_python-3.1.43.tar.gz", hash = "sha256:d5e3d73a5131afa416c6de835528218bc2b49026ac3bee0df0684d2aa6ddf315", size = 13951808, upload-time = "2026-02-03T21:06:33.947Z" }
 wheels = [
-    { url = "https://files.pythonhosted.org/packages/45/00/f431da0c4d7a164e3186aaa911b9ebc549d5b2870a1b2e9972df99ecea85/tencentcloud_sdk_python-3.1.42-py2.py3-none-any.whl", hash = "sha256:37e754928b5bac1731c6a69881ac1f05a0535c428fc1109a258fb8d4b2c68dc0", size = 14786685, upload-time = "2026-02-02T21:09:11.681Z" },
+    { url = "https://files.pythonhosted.org/packages/92/8d/2d8dbd397c5a002af292e03f2eca6a9a1adad35d2faf2a8bd103ff20d02c/tencentcloud_sdk_python-3.1.43-py2.py3-none-any.whl", hash = "sha256:0e3fce1f8abd03a94cdd83d00ffe8696eafa1dbd6abf180f1c014ad317119905", size = 14833169, upload-time = "2026-02-03T21:06:18.605Z" },
 ]
 
 [[package]]
tccli-intl-en
--- base
+++ branch
@@ -110,14 +110,14 @@
 
 [[package]]
 name = "tencentcloud-sdk-python-intl-en"
-version = "3.1.42"
+version = "3.1.43"
 source = { registry = "https://pypi.org/simple" }
 dependencies = [
     { name = "requests" },
 ]
-sdist = { url = "https://files.pythonhosted.org/packages/4d/cd/71878878a6fa4158e36b7e66845a7f9acd7f4f7f2af92661fbd680f2735b/tencentcloud_sdk_python_intl_en-3.1.42.tar.gz", hash = "sha256:54070c976cc7729ecb944bfdfd8d90e33354c697dd88bb529cb2e9c2bbed4cab", size = 7602137, upload-time = "2026-02-02T21:16:29.125Z" }
+sdist = { url = "https://files.pythonhosted.org/packages/87/48/db1e54f1de0ee3d0a2da87cd906eeaceef83f3fe581ba0095e6e4deb22d0/tencentcloud_sdk_python_intl_en-3.1.43.tar.gz", hash = "sha256:b025e65985eb814efb0cc13f0d28926d9ee1a8f13b9d422643ca4925364227ab", size = 7603368, upload-time = "2026-02-03T21:13:40.929Z" }
 wheels = [
-    { url = "https://files.pythonhosted.org/packages/86/7b/919834dc65f40320da0aa06296212a72904af907a71b79471423f2cf9781/tencentcloud_sdk_python_intl_en-3.1.42-py2.py3-none-any.whl", hash = "sha256:d91a4266e8f20d6e9b1f181d78a480aa92f48b646e1e613b07d4806d34f83d9f", size = 7988991, upload-time = "2026-02-02T21:16:19.567Z" },
+    { url = "https://files.pythonhosted.org/packages/e7/3a/90700c528baa363ca98010e99d7a5b528d2e2a5dd1a807ce2ffe293b2510/tencentcloud_sdk_python_intl_en-3.1.43-py2.py3-none-any.whl", hash = "sha256:d456658ca755d71831cb17af448383248aa52375be57aafaa14e1ed666e92cbc", size = 7990399, upload-time = "2026-02-03T21:13:30.151Z" },
 ]
 
 [[package]]
tencentcloud-sdk-python
--- base
+++ branch
@@ -78,14 +78,14 @@
 
 [[package]]
 name = "tencentcloud-sdk-python"
-version = "3.1.42"
+version = "3.1.43"
 source = { registry = "https://pypi.org/simple" }
 dependencies = [
     { name = "requests" },
 ]
-sdist = { url = "https://files.pythonhosted.org/packages/ef/e5/42fdf7aa8ae027daa4aece7393b7a9fe24d228bdd9a2cceb2bff427dd4d2/tencentcloud_sdk_python-3.1.42.tar.gz", hash = "sha256:85e3d77f01f9311871e81d6c43a4d4eb3647eeeda5fc07df76dbcf36db917da9", size = 13905340, upload-time = "2026-02-02T21:09:25.565Z" }
+sdist = { url = "https://files.pythonhosted.org/packages/f4/f9/1aacfd7f303f0a98c4089025f022df367071156f0437154fa4622bb135a9/tencentcloud_sdk_python-3.1.43.tar.gz", hash = "sha256:d5e3d73a5131afa416c6de835528218bc2b49026ac3bee0df0684d2aa6ddf315", size = 13951808, upload-time = "2026-02-03T21:06:33.947Z" }
 wheels = [
-    { url = "https://files.pythonhosted.org/packages/45/00/f431da0c4d7a164e3186aaa911b9ebc549d5b2870a1b2e9972df99ecea85/tencentcloud_sdk_python-3.1.42-py2.py3-none-any.whl", hash = "sha256:37e754928b5bac1731c6a69881ac1f05a0535c428fc1109a258fb8d4b2c68dc0", size = 14786685, upload-time = "2026-02-02T21:09:11.681Z" },
+    { url = "https://files.pythonhosted.org/packages/92/8d/2d8dbd397c5a002af292e03f2eca6a9a1adad35d2faf2a8bd103ff20d02c/tencentcloud_sdk_python-3.1.43-py2.py3-none-any.whl", hash = "sha256:0e3fce1f8abd03a94cdd83d00ffe8696eafa1dbd6abf180f1c014ad317119905", size = 14833169, upload-time = "2026-02-03T21:06:18.605Z" },
 ]
 
 [[package]]
tencentcloud-sdk-python-intl-en
--- base
+++ branch
@@ -78,14 +78,14 @@
 
 [[package]]
 name = "tencentcloud-sdk-python-intl-en"
-version = "3.1.42"
+version = "3.1.43"
 source = { registry = "https://pypi.org/simple" }
 dependencies = [
     { name = "requests" },
 ]
-sdist = { url = "https://files.pythonhosted.org/packages/4d/cd/71878878a6fa4158e36b7e66845a7f9acd7f4f7f2af92661fbd680f2735b/tencentcloud_sdk_python_intl_en-3.1.42.tar.gz", hash = "sha256:54070c976cc7729ecb944bfdfd8d90e33354c697dd88bb529cb2e9c2bbed4cab", size = 7602137, upload-time = "2026-02-02T21:16:29.125Z" }
+sdist = { url = "https://files.pythonhosted.org/packages/87/48/db1e54f1de0ee3d0a2da87cd906eeaceef83f3fe581ba0095e6e4deb22d0/tencentcloud_sdk_python_intl_en-3.1.43.tar.gz", hash = "sha256:b025e65985eb814efb0cc13f0d28926d9ee1a8f13b9d422643ca4925364227ab", size = 7603368, upload-time = "2026-02-03T21:13:40.929Z" }
 wheels = [
-    { url = "https://files.pythonhosted.org/packages/86/7b/919834dc65f40320da0aa06296212a72904af907a71b79471423f2cf9781/tencentcloud_sdk_python_intl_en-3.1.42-py2.py3-none-any.whl", hash = "sha256:d91a4266e8f20d6e9b1f181d78a480aa92f48b646e1e613b07d4806d34f83d9f", size = 7988991, upload-time = "2026-02-02T21:16:19.567Z" },
+    { url = "https://files.pythonhosted.org/packages/e7/3a/90700c528baa363ca98010e99d7a5b528d2e2a5dd1a807ce2ffe293b2510/tencentcloud_sdk_python_intl_en-3.1.43-py2.py3-none-any.whl", hash = "sha256:d456658ca755d71831cb17af448383248aa52375be57aafaa14e1ed666e92cbc", size = 7990399, upload-time = "2026-02-03T21:13:30.151Z" },
 ]
 
 [[package]]
vacancycalculator
--- base
+++ branch
@@ -347,11 +347,11 @@
 
 [[package]]
 name = "nvidia-nccl-cu12"
-version = "2.29.2"
-source = { registry = "https://pypi.org/simple" }
-wheels = [
-    { url = "https://files.pythonhosted.org/packages/38/b2/e4dc7b33020645746710040cb2a6ac0de8332687d3ce902156dd3d7c351a/nvidia_nccl_cu12-2.29.2-py3-none-manylinux_2_18_aarch64.whl", hash = "sha256:0712e55c067965c6093cc793a9bbcc5f37b5b47248e9ebf8ae3af06867757587", size = 289707761, upload-time = "2026-01-07T00:21:30.514Z" },
-    { url = "https://files.pythonhosted.org/packages/23/2d/609d0392d992259c6dc39881688a7fc13b1397a668bc360fbd68d1396f85/nvidia_nccl_cu12-2.29.2-py3-none-manylinux_2_18_x86_64.whl", hash = "sha256:3a9a0bf4142126e0d0ed99ec202579bef8d007601f9fab75af60b10324666b12", size = 289762233, upload-time = "2026-01-07T00:21:56.124Z" },
+version = "2.29.3"
+source = { registry = "https://pypi.org/simple" }
+wheels = [
+    { url = "https://files.pythonhosted.org/packages/28/cf/bcf8bb0c0030b1b9a345331f6281c37d2a8669758521eb93c382f6f87c8f/nvidia_nccl_cu12-2.29.3-py3-none-manylinux_2_18_aarch64.whl", hash = "sha256:6351b79dc7d2cc3d654ea1523616b9eeded71fe9c8da66b71eef9a5d1b2adad4", size = 289708535, upload-time = "2026-02-03T21:10:58.804Z" },
+    { url = "https://files.pythonhosted.org/packages/31/5a/cac7d231f322b66caa16fd4b136ebc8e4b18b2805811c2d58dc47210cdea/nvidia_nccl_cu12-2.29.3-py3-none-manylinux_2_18_x86_64.whl", hash = "sha256:35ad42e7d5d722a83c36a3a478e281c20a5646383deaf1b9ed1a9ab7d61bed53", size = 289760316, upload-time = "2026-02-03T21:11:37.899Z" },
 ]
 
 [[package]]
xgboost
--- base
+++ branch
@@ -54,11 +54,11 @@
 
 [[package]]
 name = "nvidia-nccl-cu12"
-version = "2.29.2"
+version = "2.29.3"
 source = { registry = "https://pypi.org/simple" }
 wheels = [
-    { url = "https://files.pythonhosted.org/packages/38/b2/e4dc7b33020645746710040cb2a6ac0de8332687d3ce902156dd3d7c351a/nvidia_nccl_cu12-2.29.2-py3-none-manylinux_2_18_aarch64.whl", hash = "sha256:0712e55c067965c6093cc793a9bbcc5f37b5b47248e9ebf8ae3af06867757587", size = 289707761, upload-time = "2026-01-07T00:21:30.514Z" },
-    { url = "https://files.pythonhosted.org/packages/23/2d/609d0392d992259c6dc39881688a7fc13b1397a668bc360fbd68d1396f85/nvidia_nccl_cu12-2.29.2-py3-none-manylinux_2_18_x86_64.whl", hash = "sha256:3a9a0bf4142126e0d0ed99ec202579bef8d007601f9fab75af60b10324666b12", size = 289762233, upload-time = "2026-01-07T00:21:56.124Z" },
+    { url = "https://files.pythonhosted.org/packages/28/cf/bcf8bb0c0030b1b9a345331f6281c37d2a8669758521eb93c382f6f87c8f/nvidia_nccl_cu12-2.29.3-py3-none-manylinux_2_18_aarch64.whl", hash = "sha256:6351b79dc7d2cc3d654ea1523616b9eeded71fe9c8da66b71eef9a5d1b2adad4", size = 289708535, upload-time = "2026-02-03T21:10:58.804Z" },
+    { url = "https://files.pythonhosted.org/packages/31/5a/cac7d231f322b66caa16fd4b136ebc8e4b18b2805811c2d58dc47210cdea/nvidia_nccl_cu12-2.29.3-py3-none-manylinux_2_18_x86_64.whl", hash = "sha256:35ad42e7d5d722a83c36a3a478e281c20a5646383deaf1b9ed1a9ab7d61bed53", size = 289760316, upload-time = "2026-02-03T21:11:37.899Z" },
 ]
 
 [[package]]
xgboost-ray
--- base
+++ branch
@@ -222,11 +222,11 @@
 
 [[package]]
 name = "nvidia-nccl-cu12"
-version = "2.29.2"
-source = { registry = "https://pypi.org/simple" }
-wheels = [
-    { url = "https://files.pythonhosted.org/packages/38/b2/e4dc7b33020645746710040cb2a6ac0de8332687d3ce902156dd3d7c351a/nvidia_nccl_cu12-2.29.2-py3-none-manylinux_2_18_aarch64.whl", hash = "sha256:0712e55c067965c6093cc793a9bbcc5f37b5b47248e9ebf8ae3af06867757587", size = 289707761, upload-time = "2026-01-07T00:21:30.514Z" },
-    { url = "https://files.pythonhosted.org/packages/23/2d/609d0392d992259c6dc39881688a7fc13b1397a668bc360fbd68d1396f85/nvidia_nccl_cu12-2.29.2-py3-none-manylinux_2_18_x86_64.whl", hash = "sha256:3a9a0bf4142126e0d0ed99ec202579bef8d007601f9fab75af60b10324666b12", size = 289762233, upload-time = "2026-01-07T00:21:56.124Z" },
+version = "2.29.3"
+source = { registry = "https://pypi.org/simple" }
+wheels = [
+    { url = "https://files.pythonhosted.org/packages/28/cf/bcf8bb0c0030b1b9a345331f6281c37d2a8669758521eb93c382f6f87c8f/nvidia_nccl_cu12-2.29.3-py3-none-manylinux_2_18_aarch64.whl", hash = "sha256:6351b79dc7d2cc3d654ea1523616b9eeded71fe9c8da66b71eef9a5d1b2adad4", size = 289708535, upload-time = "2026-02-03T21:10:58.804Z" },
+    { url = "https://files.pythonhosted.org/packages/31/5a/cac7d231f322b66caa16fd4b136ebc8e4b18b2805811c2d58dc47210cdea/nvidia_nccl_cu12-2.29.3-py3-none-manylinux_2_18_x86_64.whl", hash = "sha256:35ad42e7d5d722a83c36a3a478e281c20a5646383deaf1b9ed1a9ab7d61bed53", size = 289760316, upload-time = "2026-02-03T21:11:37.899Z" },
 ]
 
 [[package]]
xgbse
--- base
+++ branch
@@ -353,11 +353,11 @@
 
 [[package]]
 name = "nvidia-nccl-cu12"
-version = "2.29.2"
-source = { registry = "https://pypi.org/simple" }
-wheels = [
-    { url = "https://files.pythonhosted.org/packages/38/b2/e4dc7b33020645746710040cb2a6ac0de8332687d3ce902156dd3d7c351a/nvidia_nccl_cu12-2.29.2-py3-none-manylinux_2_18_aarch64.whl", hash = "sha256:0712e55c067965c6093cc793a9bbcc5f37b5b47248e9ebf8ae3af06867757587", size = 289707761, upload-time = "2026-01-07T00:21:30.514Z" },
-    { url = "https://files.pythonhosted.org/packages/23/2d/609d0392d992259c6dc39881688a7fc13b1397a668bc360fbd68d1396f85/nvidia_nccl_cu12-2.29.2-py3-none-manylinux_2_18_x86_64.whl", hash = "sha256:3a9a0bf4142126e0d0ed99ec202579bef8d007601f9fab75af60b10324666b12", size = 289762233, upload-time = "2026-01-07T00:21:56.124Z" },
+version = "2.29.3"
+source = { registry = "https://pypi.org/simple" }
+wheels = [
+    { url = "https://files.pythonhosted.org/packages/28/cf/bcf8bb0c0030b1b9a345331f6281c37d2a8669758521eb93c382f6f87c8f/nvidia_nccl_cu12-2.29.3-py3-none-manylinux_2_18_aarch64.whl", hash = "sha256:6351b79dc7d2cc3d654ea1523616b9eeded71fe9c8da66b71eef9a5d1b2adad4", size = 289708535, upload-time = "2026-02-03T21:10:58.804Z" },
+    { url = "https://files.pythonhosted.org/packages/31/5a/cac7d231f322b66caa16fd4b136ebc8e4b18b2805811c2d58dc47210cdea/nvidia_nccl_cu12-2.29.3-py3-none-manylinux_2_18_x86_64.whl", hash = "sha256:35ad42e7d5d722a83c36a3a478e281c20a5646383deaf1b9ed1a9ab7d61bed53", size = 289760316, upload-time = "2026-02-03T21:11:37.899Z" },
 ]
 
 [[package]]

pyproject.toml

  • Dataset: A set of top level pyproject.toml from GitHub projects popular in 2025. Only pyproject.toml files with a [project] section and static dependencies are included.
  • Command: uv lock with --no-build on Python 3.13.
  • Successfully resolved packages: 497/752 (66%). Only success resolutions can be compared.

Different resolutions: 1/497

Python
--- base
+++ branch
@@ -881,11 +881,11 @@
 
 [[package]]
 name = "nvidia-nccl-cu12"
-version = "2.29.2"
-source = { registry = "https://pypi.org/simple" }
-wheels = [
-    { url = "https://files.pythonhosted.org/packages/38/b2/e4dc7b33020645746710040cb2a6ac0de8332687d3ce902156dd3d7c351a/nvidia_nccl_cu12-2.29.2-py3-none-manylinux_2_18_aarch64.whl", hash = "sha256:0712e55c067965c6093cc793a9bbcc5f37b5b47248e9ebf8ae3af06867757587", size = 289707761, upload-time = "2026-01-07T00:21:30.514Z" },
-    { url = "https://files.pythonhosted.org/packages/23/2d/609d0392d992259c6dc39881688a7fc13b1397a668bc360fbd68d1396f85/nvidia_nccl_cu12-2.29.2-py3-none-manylinux_2_18_x86_64.whl", hash = "sha256:3a9a0bf4142126e0d0ed99ec202579bef8d007601f9fab75af60b10324666b12", size = 289762233, upload-time = "2026-01-07T00:21:56.124Z" },
+version = "2.29.3"
+source = { registry = "https://pypi.org/simple" }
+wheels = [
+    { url = "https://files.pythonhosted.org/packages/28/cf/bcf8bb0c0030b1b9a345331f6281c37d2a8669758521eb93c382f6f87c8f/nvidia_nccl_cu12-2.29.3-py3-none-manylinux_2_18_aarch64.whl", hash = "sha256:6351b79dc7d2cc3d654ea1523616b9eeded71fe9c8da66b71eef9a5d1b2adad4", size = 289708535, upload-time = "2026-02-03T21:10:58.804Z" },
+    { url = "https://files.pythonhosted.org/packages/31/5a/cac7d231f322b66caa16fd4b136ebc8e4b18b2805811c2d58dc47210cdea/nvidia_nccl_cu12-2.29.3-py3-none-manylinux_2_18_x86_64.whl", hash = "sha256:35ad42e7d5d722a83c36a3a478e281c20a5646383deaf1b9ed1a9ab7d61bed53", size = 289760316, upload-time = "2026-02-03T21:11:37.899Z" },
 ]
 
 [[package]]

@konstin konstin marked this pull request as ready for review February 3, 2026 21:25
Copy link
Contributor

@EliteTK EliteTK left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I highlighted a couple of questions where I am a bit confused.

Comment on lines 152 to 158
// Sufficiently correct assumption, pre-3.8 Pythons were generally built with pymalloc.
// https://docs.python.org/dev/whatsnew/3.8.html#build-and-c-api-changes
// > the m flag for pymalloc became useless (builds with and without pymalloc are ABI
// > compatible) and so has been removed.
if python_version <= (3, 7) && implementation_name == "cpython" {
modifier.insert(CPythonAbiModifiers::Pymalloc);
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure I completely understand this.
If the m marker was dropped from 3.8 onwards because it was no longer meaningful, and the other link in the other comment says it was still meaningful prior to 3.4, doesn't it make more sense to preserve it for versions before 3.7 or maybe even just 3.4 rather than forcing it set?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Usually, the 3.7 wheels will look like cp37-cp37m-.... main also adds the m for those versions, I've preserved that here.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, I still don't understand how what the comment says justifies the code, but you are right that it seems that existing tests fail if this isn't forced set here...

@@ -360,26 +465,17 @@ mod tests {

#[test]
fn cpython_abi() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This test is missing the error cases.

Comment on lines 363 to 468
let tag = AbiTag::CPython {
gil_disabled: false,
python_version: (3, 9),
};
let tag = AbiTag::from_str("cp39").unwrap();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems like it should still be creating a tag using AbiTag::CPython { ... } otherwise the test case on the very next line doesn't make sense.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed the duplicate cases.

Comment on lines 595 to 600
format!("the CPython {}.{} ABI (`{}`)", major, minor, tag.cyan())
format!(
"the CPython {}.{}{modifier} ABI (`{}`)",
major,
minor,
tag.cyan()
)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Previously we weren't printing the tags as part of the version, we were relying on AbiTag's display implementation. And we still are. Does this formatting need to actually change?

.map(|tag| match tag {
AbiTag::CPython {
gil_disabled: false,
modifier,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was previously specifically matching on gil_disabled == false, we are dropping that?

Comment on lines 465 to 468
gil_disabled: false,
modifier,
python_version: (major, minor),
} => {
format!("the CPython {major}.{minor} ABI (`{tag}`)")
format!("the CPython {major}.{minor}{modifier} ABI (`{tag}`)")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ditto the comments from uv-installer/src/plan.rs.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can remove that branch, it's covered by the pretty tag.

)]
#[rkyv(derive(Debug))]
#[repr(transparent)]
pub struct CPythonAbiModifiers(u8);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we call them "Variants" just for consistency with the way debug and free-threading are used elsewhere.

@konstin konstin temporarily deployed to uv-test-publish February 5, 2026 13:13 — with GitHub Actions Inactive
implementation: &'static str,
tag: String,
},
#[error("Unknown CPython ABI tag suffix letter `{suffix}` in ABI tag: {tag}")]
Copy link
Member

@zanieb zanieb Feb 5, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think I'd say

Unknown suffix {suffix} for CPython ABI tag: {tag}

Maybe "in" instead of "for" still?

@konstin konstin changed the title Support ABI tag suffixes properly Support ABI tag suffixes such as 'd properly Feb 5, 2026
@konstin konstin changed the title Support ABI tag suffixes such as 'd properly Support ABI tag suffixes such as d properly Feb 5, 2026
@konstin konstin changed the title Support ABI tag suffixes such as d properly Support all CPython ABI tag suffixes properly Feb 5, 2026
@konstin konstin enabled auto-merge (squash) February 5, 2026 14:00
@konstin konstin temporarily deployed to uv-test-publish February 5, 2026 14:03 — with GitHub Actions Inactive
@konstin konstin merged commit 25c7550 into main Feb 5, 2026
77 checks passed
@konstin konstin deleted the konsti/Support-freethreading-debug-builds2 branch February 5, 2026 14:07
zanieb pushed a commit that referenced this pull request Feb 5, 2026
tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request Feb 6, 2026
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [astral-sh/uv](https://github.com/astral-sh/uv) | minor | `0.9.28` → `0.10.0` |

MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot).

**Proposed changes to behavior should be submitted there as MRs.**

---

### Release Notes

<details>
<summary>astral-sh/uv (astral-sh/uv)</summary>

### [`v0.10.0`](https://github.com/astral-sh/uv/blob/HEAD/CHANGELOG.md#0100)

[Compare Source](astral-sh/uv@0.9.30...0.10.0)

Since we released uv [0.9.0](https://github.com/astral-sh/uv/releases/tag/0.9.0) in October of 2025, we've accumulated various changes that improve correctness and user experience, but could break some workflows. This release contains those changes; many have been marked as breaking out of an abundance of caution. We expect most users to be able to upgrade without making changes.

This release also includes the stabilization of preview features. Python upgrades are now stable, including the `uv python upgrade` command, `uv python install --upgrade`, and automatically upgrading Python patch versions in virtual environments when a new version is installed. The `add-bounds` and `extra-build-dependencies` settings are now stable. Finally, the `uv workspace dir` and `uv workspace list` utilities for writing scripts against workspace members are now stable.

##### Breaking changes

- **Require `--clear` to remove existing virtual environments in `uv venv`** ([#&#8203;17757](astral-sh/uv#17757))

  Previously, `uv venv` would prompt for confirmation before removing an existing virtual environment in interactive contexts, and remove it without confirmation in non-interactive contexts. Now, `uv venv` requires the `--clear` flag to remove an existing virtual environment. A warning for this change was added in [uv 0.8](https://github.com/astral-sh/uv/blob/main/changelogs/0.8.x.md#breaking-changes).

  You can opt out of this behavior by passing the `--clear` flag or setting `UV_VENV_CLEAR=1`.

- **Error if multiple indexes include `default = true`** ([#&#8203;17011](astral-sh/uv#17011))

  Previously, uv would silently accept multiple indexes with `default = true` and use the first one. Now, uv will error if multiple indexes are marked as the default.

  You cannot opt out of this behavior. Remove `default = true` from all but one index.

- **Error when an `explicit` index is unnamed** ([#&#8203;17777](astral-sh/uv#17777))

  Explicit indexes can only be used via the `[tool.uv.sources]` table, which requires referencing the index by name. Previously, uv would silently accept unnamed explicit indexes, which could never be referenced. Now, uv will error if an explicit index does not have a name.

  You cannot opt out of this behavior. Add a `name` to the explicit index or remove the entry.

- **Install alternative Python executables using their implementation name** ([#&#8203;17756](astral-sh/uv#17756), [#&#8203;17760](astral-sh/uv#17760))

  Previously, `uv python install` would install PyPy, GraalPy, and Pyodide executables with names like `python3.10` into the bin directory. Now, these executables will be named using their implementation name, e.g., `pypy3.10`, `graalpy3.10`, and `pyodide3.12`, to avoid conflicting with CPython installations.

  You cannot opt out of this behavior.

- **Respect global Python version pins in `uv tool run` and `uv tool install`** ([#&#8203;14112](astral-sh/uv#14112))

  Previously, `uv tool run` and `uv tool install` did not respect the global Python version pin (set via `uv python pin --global`). Now, these commands will use the global Python version when no explicit version is requested.

  For `uv tool install`, if the tool is already installed, the Python version will not change unless `--reinstall` or `--python` is provided. If the tool was previously installed with an explicit `--python` flag, the global pin will not override it.

  You can opt out of this behavior by providing an explicit `--python` flag.

- **Remove Debian Bookworm, Alpine 3.21, and Python 3.8 Docker images** ([#&#8203;17755](astral-sh/uv#17755))

  The Debian Bookworm and Alpine 3.21 images were replaced by Debian Trixie and Alpine 3.22 as defaults in [uv 0.9](astral-sh/uv#15352). These older images are now removed. Python 3.8 images are also removed, as Python 3.8 is no longer supported in the Trixie or Alpine base images.

  The following image tags are no longer published:

  - `uv:bookworm`, `uv:bookworm-slim`
  - `uv:alpine3.21`
  - `uv:python3.8-*`

  Use `uv:debian` or `uv:trixie` instead of `uv:bookworm`, `uv:alpine` or `uv:alpine3.22` instead of `uv:alpine3.21`, and a newer Python version instead of `uv:python3.8-*`.

- **Drop PPC64 (big endian) builds** ([#&#8203;17626](astral-sh/uv#17626))

  uv no longer provides pre-built binaries for PPC64 (big endian). This platform appears to be largely unused and is only supported on a single manylinux version. PPC64LE (little endian) builds are unaffected.

  Building uv from source is still supported for this platform.

- **Skip generating `activate.csh` for relocatable virtual environments** ([#&#8203;17759](astral-sh/uv#17759))

  Previously, `uv venv --relocatable` would generate an `activate.csh` script that contained hardcoded paths, making it incompatible with relocation. Now, the `activate.csh` script is not generated for relocatable virtual environments.

  You cannot opt out of this behavior.

- **Require username when multiple credentials match a URL** ([#&#8203;16983](astral-sh/uv#16983))

  When using `uv auth login` to store credentials, you can register multiple username and password combinations for the same host. Previously, when uv needed to authenticate and multiple credentials matched the URL (e.g., when retrieving a token with `uv auth token`), uv would pick the first match. Now, uv will error instead.

  You cannot opt out of this behavior. Include the username in the request, e.g., `uv auth token --username foo example.com`.

- **Avoid invalidating the lockfile versions after an `exclude-newer` change** ([#&#8203;17721](astral-sh/uv#17721))

  Previously, changing the `exclude-newer` setting would cause package versions to be upgraded, ignoring the lockfile entirely. Now, uv will only change package versions if they are no longer within the `exclude-newer` range.

  You can restore the previous behavior by using `--upgrade` or `--upgrade-package` to opt-in to package version changes.

- **Upgrade `uv format` to Ruff 0.15.0** ([#&#8203;17838](astral-sh/uv#17838))

  `uv format` now uses [Ruff 0.15.0](https://github.com/astral-sh/ruff/releases/tag/0.15.0), which uses the [2026 style guide](https://astral.sh/blog/ruff-v0.15.0#the-ruff-2026-style-guide). See the blog post for details.

  The formatting of code is likely to change. You can opt out of this behavior by requesting an older Ruff version, e.g., `uv format --version 0.14.14`.

- **Update uv crate test features to use `test-` as a prefix** ([#&#8203;17860](astral-sh/uv#17860))

  This change only affects redistributors of uv. The Cargo features used to gate test dependencies, e.g., `pypi`, have been renamed with a `test-` prefix for clarity, e.g., `test-pypi`.

##### Stabilizations

- **`uv python upgrade` and `uv python install --upgrade`** ([#&#8203;17766](astral-sh/uv#17766))

  When installing Python versions, an [intermediary directory](https://docs.astral.sh/uv/concepts/python-versions/#minor-version-directories) without the patch version attached will be created, and virtual environments will be transparently upgraded to new patch versions.

  See the [Python version documentation](https://docs.astral.sh/uv/concepts/python-versions/#upgrading-python-versions) for more details.

- **`uv add --bounds` and the `add-bounds` configuration option** ([#&#8203;17660](astral-sh/uv#17660))

  This does not come with any behavior changes. You will no longer see an experimental warning when using `uv add --bounds` or `add-bounds` in configuration.

- **`uv workspace list` and `uv workspace dir`** ([#&#8203;17768](astral-sh/uv#17768))

  This does not come with any behavior changes. You will no longer see an experimental warning when using these commands.

- **`extra-build-dependencies`** ([#&#8203;17767](astral-sh/uv#17767))

  This does not come with any behavior changes. You will no longer see an experimental warning when using `extra-build-dependencies` in configuration.

##### Enhancements

- Improve ABI tag error message phrasing ([#&#8203;17878](astral-sh/uv#17878))
- Introduce a 10s connect timeout ([#&#8203;17733](astral-sh/uv#17733))
- Allow using `pyx.dev` as a target in `uv auth` commands despite `PYX_API_URL` differing ([#&#8203;17856](astral-sh/uv#17856))

##### Bug fixes

- Support all CPython ABI tag suffixes properly  ([#&#8203;17817](astral-sh/uv#17817))
- Add support for detecting PowerShell on Linux and macOS ([#&#8203;17870](astral-sh/uv#17870))
- Retry timeout errors for streams ([#&#8203;17875](astral-sh/uv#17875))

### [`v0.9.30`](https://github.com/astral-sh/uv/releases/tag/0.9.30)

[Compare Source](astral-sh/uv@0.9.29...0.9.30)

#### Release Notes

Released on 2026-02-04.

##### Python

- Add CPython 3.14.3 and 3.13.12 ([#&#8203;17849](astral-sh/uv#17849))

##### Enhancements

- Allow comma-separated values for `--extra` option ([#&#8203;17525](astral-sh/uv#17525))
- Check all files during a dry-run publish instead of stopping at the first failure ([#&#8203;17785](astral-sh/uv#17785))
- Clarify `UV_HTTP_TIMEOUT` error message ([#&#8203;17493](astral-sh/uv#17493))

##### Preview features

- Use relocatable virtual environments by default ([#&#8203;17770](astral-sh/uv#17770))

##### Bug fixes

- Fix deadlock on token refresh in `uv publish` when using pyx ([#&#8203;17832](astral-sh/uv#17832))
- Ignore global Python pins when incompatible with project ([#&#8203;15473](astral-sh/uv#15473))

#### Install uv 0.9.30

##### Install prebuilt binaries via shell script

```sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.9.30/uv-installer.sh | sh
```

##### Install prebuilt binaries via powershell script

```sh
powershell -ExecutionPolicy Bypass -c "irm https://github.com/astral-sh/uv/releases/download/0.9.30/uv-installer.ps1 | iex"
```

#### Download uv 0.9.30

| File                                                                                                                                          | Platform                     | Checksum                                                                                                             |
| --------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------- | -------------------------------------------------------------------------------------------------------------------- |
| [uv-aarch64-apple-darwin.tar.gz](https://github.com/astral-sh/uv/releases/download/0.9.30/uv-aarch64-apple-darwin.tar.gz)                     | Apple Silicon macOS          | [checksum](https://github.com/astral-sh/uv/releases/download/0.9.30/uv-aarch64-apple-darwin.tar.gz.sha256)           |
| [uv-x86\_64-apple-darwin.tar.gz](https://github.com/astral-sh/uv/releases/download/0.9.30/uv-x86_64-apple-darwin.tar.gz)                      | Intel macOS                  | [checksum](https://github.com/astral-sh/uv/releases/download/0.9.30/uv-x86_64-apple-darwin.tar.gz.sha256)            |
| [uv-aarch64-pc-windows-msvc.zip](https://github.com/astral-sh/uv/releases/download/0.9.30/uv-aarch64-pc-windows-msvc.zip)                     | ARM64 Windows                | [checksum](https://github.com/astral-sh/uv/releases/download/0.9.30/uv-aarch64-pc-windows-msvc.zip.sha256)           |
| [uv-i686-pc-windows-msvc.zip](https://github.com/astral-sh/uv/releases/download/0.9.30/uv-i686-pc-windows-msvc.zip)                           | x86 Windows                  | [checksum](https://github.com/astral-sh/uv/releases/download/0.9.30/uv-i686-pc-windows-msvc.zip.sha256)              |
| [uv-x86\_64-pc-windows-msvc.zip](https://github.com/astral-sh/uv/releases/download/0.9.30/uv-x86_64-pc-windows-msvc.zip)                      | x64 Windows                  | [checksum](https://github.com/astral-sh/uv/releases/download/0.9.30/uv-x86_64-pc-windows-msvc.zip.sha256)            |
| [uv-aarch64-unknown-linux-gnu.tar.gz](https://github.com/astral-sh/uv/releases/download/0.9.30/uv-aarch64-unknown-linux-gnu.tar.gz)           | ARM64 Linux                  | [checksum](https://github.com/astral-sh/uv/releases/download/0.9.30/uv-aarch64-unknown-linux-gnu.tar.gz.sha256)      |
| [uv-i686-unknown-linux-gnu.tar.gz](https://github.com/astral-sh/uv/releases/download/0.9.30/uv-i686-unknown-linux-gnu.tar.gz)                 | x86 Linux                    | [checksum](https://github.com/astral-sh/uv/releases/download/0.9.30/uv-i686-unknown-linux-gnu.tar.gz.sha256)         |
| [uv-powerpc64-unknown-linux-gnu.tar.gz](https://github.com/astral-sh/uv/releases/download/0.9.30/uv-powerpc64-unknown-linux-gnu.tar.gz)       | PPC64 Linux                  | [checksum](https://github.com/astral-sh/uv/releases/download/0.9.30/uv-powerpc64-unknown-linux-gnu.tar.gz.sha256)    |
| [uv-powerpc64le-unknown-linux-gnu.tar.gz](https://github.com/astral-sh/uv/releases/download/0.9.30/uv-powerpc64le-unknown-linux-gnu.tar.gz)   | PPC64LE Linux                | [checksum](https://github.com/astral-sh/uv/releases/download/0.9.30/uv-powerpc64le-unknown-linux-gnu.tar.gz.sha256)  |
| [uv-riscv64gc-unknown-linux-gnu.tar.gz](https://github.com/astral-sh/uv/releases/download/0.9.30/uv-riscv64gc-unknown-linux-gnu.tar.gz)       | RISCV Linux                  | [checksum](https://github.com/astral-sh/uv/releases/download/0.9.30/uv-riscv64gc-unknown-linux-gnu.tar.gz.sha256)    |
| [uv-s390x-unknown-linux-gnu.tar.gz](https://github.com/astral-sh/uv/releases/download/0.9.30/uv-s390x-unknown-linux-gnu.tar.gz)               | S390x Linux                  | [checksum](https://github.com/astral-sh/uv/releases/download/0.9.30/uv-s390x-unknown-linux-gnu.tar.gz.sha256)        |
| [uv-x86\_64-unknown-linux-gnu.tar.gz](https://github.com/astral-sh/uv/releases/download/0.9.30/uv-x86_64-unknown-linux-gnu.tar.gz)            | x64 Linux                    | [checksum](https://github.com/astral-sh/uv/releases/download/0.9.30/uv-x86_64-unknown-linux-gnu.tar.gz.sha256)       |
| [uv-armv7-unknown-linux-gnueabihf.tar.gz](https://github.com/astral-sh/uv/releases/download/0.9.30/uv-armv7-unknown-linux-gnueabihf.tar.gz)   | ARMv7 Linux                  | [checksum](https://github.com/astral-sh/uv/releases/download/0.9.30/uv-armv7-unknown-linux-gnueabihf.tar.gz.sha256)  |
| [uv-aarch64-unknown-linux-musl.tar.gz](https://github.com/astral-sh/uv/releases/download/0.9.30/uv-aarch64-unknown-linux-musl.tar.gz)         | ARM64 MUSL Linux             | [checksum](https://github.com/astral-sh/uv/releases/download/0.9.30/uv-aarch64-unknown-linux-musl.tar.gz.sha256)     |
| [uv-i686-unknown-linux-musl.tar.gz](https://github.com/astral-sh/uv/releases/download/0.9.30/uv-i686-unknown-linux-musl.tar.gz)               | x86 MUSL Linux               | [checksum](https://github.com/astral-sh/uv/releases/download/0.9.30/uv-i686-unknown-linux-musl.tar.gz.sha256)        |
| [uv-x86\_64-unknown-linux-musl.tar.gz](https://github.com/astral-sh/uv/releases/download/0.9.30/uv-x86_64-unknown-linux-musl.tar.gz)          | x64 MUSL Linux               | [checksum](https://github.com/astral-sh/uv/releases/download/0.9.30/uv-x86_64-unknown-linux-musl.tar.gz.sha256)      |
| [uv-arm-unknown-linux-musleabihf.tar.gz](https://github.com/astral-sh/uv/releases/download/0.9.30/uv-arm-unknown-linux-musleabihf.tar.gz)     | ARMv6 MUSL Linux (Hardfloat) | [checksum](https://github.com/astral-sh/uv/releases/download/0.9.30/uv-arm-unknown-linux-musleabihf.tar.gz.sha256)   |
| [uv-armv7-unknown-linux-musleabihf.tar.gz](https://github.com/astral-sh/uv/releases/download/0.9.30/uv-armv7-unknown-linux-musleabihf.tar.gz) | ARMv7 MUSL Linux             | [checksum](https://github.com/astral-sh/uv/releases/download/0.9.30/uv-armv7-unknown-linux-musleabihf.tar.gz.sha256) |

#### Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the [GitHub CLI](https://cli.github.com/manual/gh_attestation_verify):

```sh
gh attestation verify <file-path of downloaded artifact> --repo astral-sh/uv
```

You can also download the attestation from [GitHub](https://github.com/astral-sh/uv/attestations) and verify against that directly:

```sh
gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>
```

### [`v0.9.29`](https://github.com/astral-sh/uv/releases/tag/0.9.29)

[Compare Source](astral-sh/uv@0.9.28...0.9.29)

#### Release Notes

Released on 2026-02-03.

##### Python

- Update to Pyodide 0.29.3 ([#&#8203;17730](astral-sh/uv#17730))

##### Enhancements

- Add wheel-tag-style aliases for manylinux platform names ([#&#8203;17750](astral-sh/uv#17750))
- Hint on `uv version --bump dev` similar to pre-release bumps ([#&#8203;17796](astral-sh/uv#17796))
- Improve display of RFC 9457 Problem Detail responses in `uv publish` server errors ([#&#8203;17787](astral-sh/uv#17787))
- Improve the wording of publish errors during dry-run ([#&#8203;17782](astral-sh/uv#17782))
- Set backoff to 10 retries ([#&#8203;17816](astral-sh/uv#17816))
- Add properties to synthentic and project roots in Cyclone DX exports ([#&#8203;17820](astral-sh/uv#17820))
- Identify the invidividual clients in `uv publish` trace logs ([#&#8203;17784](astral-sh/uv#17784))

##### Preview features

- Remove special casing for `base` and `default` conda environment names ([#&#8203;17758](astral-sh/uv#17758))

##### Bug fixes

- Fix `PYTHONHOME` inheritance when spawning different Python versions ([#&#8203;17821](astral-sh/uv#17821))
- Fix wheel rejections on freethreading+debug builds ([#&#8203;17812](astral-sh/uv#17812))
- Pad with zeros during comparisons in `EqualStar` and `NotEqualStar` operators ([#&#8203;17751](astral-sh/uv#17751))
- Reject unknown field names in conflict declarations ([#&#8203;17727](astral-sh/uv#17727))
- Fix panics in `system-configuration` in sandboxes ([#&#8203;17829](astral-sh/uv#17829))

##### Documentation

- Update pip pre-release compatibility information ([#&#8203;17788](astral-sh/uv#17788))

##### Security

- Hide a subset of environment variable values in `--help` ([#&#8203;17745](astral-sh/uv#17745))

#### Install uv 0.9.29

##### Install prebuilt binaries via shell script

```sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/uv/releases/download/0.9.29/uv-installer.sh | sh
```

##### Install prebuilt binaries via powershell script

```sh
powershell -ExecutionPolicy Bypass -c "irm https://github.com/astral-sh/uv/releases/download/0.9.29/uv-installer.ps1 | iex"
```

#### Download uv 0.9.29

| File                                                                                                                                          | Platform                     | Checksum                                                                                                             |
| --------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------- | -------------------------------------------------------------------------------------------------------------------- |
| [uv-aarch64-apple-darwin.tar.gz](https://github.com/astral-sh/uv/releases/download/0.9.29/uv-aarch64-apple-darwin.tar.gz)                     | Apple Silicon macOS          | [checksum](https://github.com/astral-sh/uv/releases/download/0.9.29/uv-aarch64-apple-darwin.tar.gz.sha256)           |
| [uv-x86\_64-apple-darwin.tar.gz](https://github.com/astral-sh/uv/releases/download/0.9.29/uv-x86_64-apple-darwin.tar.gz)                      | Intel macOS                  | [checksum](https://github.com/astral-sh/uv/releases/download/0.9.29/uv-x86_64-apple-darwin.tar.gz.sha256)            |
| [uv-aarch64-pc-windows-msvc.zip](https://github.com/astral-sh/uv/releases/download/0.9.29/uv-aarch64-pc-windows-msvc.zip)                     | ARM64 Windows                | [checksum](https://github.com/astral-sh/uv/releases/download/0.9.29/uv-aarch64-pc-windows-msvc.zip.sha256)           |
| [uv-i686-pc-windows-msvc.zip](https://github.com/astral-sh/uv/releases/download/0.9.29/uv-i686-pc-windows-msvc.zip)                           | x86 Windows                  | [checksum](https://github.com/astral-sh/uv/releases/download/0.9.29/uv-i686-pc-windows-msvc.zip.sha256)              |
| [uv-x86\_64-pc-windows-msvc.zip](https://github.com/astral-sh/uv/releases/download/0.9.29/uv-x86_64-pc-windows-msvc.zip)                      | x64 Windows                  | [checksum](https://github.com/astral-sh/uv/releases/download/0.9.29/uv-x86_64-pc-windows-msvc.zip.sha256)            |
| [uv-aarch64-unknown-linux-gnu.tar.gz](https://github.com/astral-sh/uv/releases/download/0.9.29/uv-aarch64-unknown-linux-gnu.tar.gz)           | ARM64 Linux                  | [checksum](https://github.com/astral-sh/uv/releases/download/0.9.29/uv-aarch64-unknown-linux-gnu.tar.gz.sha256)      |
| [uv-i686-unknown-linux-gnu.tar.gz](https://github.com/astral-sh/uv/releases/download/0.9.29/uv-i686-unknown-linux-gnu.tar.gz)                 | x86 Linux                    | [checksum](https://github.com/astral-sh/uv/releases/download/0.9.29/uv-i686-unknown-linux-gnu.tar.gz.sha256)         |
| [uv-powerpc64-unknown-linux-gnu.tar.gz](https://github.com/astral-sh/uv/releases/download/0.9.29/uv-powerpc64-unknown-linux-gnu.tar.gz)       | PPC64 Linux                  | [checksum](https://github.com/astral-sh/uv/releases/download/0.9.29/uv-powerpc64-unknown-linux-gnu.tar.gz.sha256)    |
| [uv-powerpc64le-unknown-linux-gnu.tar.gz](https://github.com/astral-sh/uv/releases/download/0.9.29/uv-powerpc64le-unknown-linux-gnu.tar.gz)   | PPC64LE Linux                | [checksum](https://github.com/astral-sh/uv/releases/download/0.9.29/uv-powerpc64le-unknown-linux-gnu.tar.gz.sha256)  |
| [uv-riscv64gc-unknown-linux-gnu.tar.gz](https://github.com/astral-sh/uv/releases/download/0.9.29/uv-riscv64gc-unknown-linux-gnu.tar.gz)       | RISCV Linux                  | [checksum](https://github.com/astral-sh/uv/releases/download/0.9.29/uv-riscv64gc-unknown-linux-gnu.tar.gz.sha256)    |
| [uv-s390x-unknown-linux-gnu.tar.gz](https://github.com/astral-sh/uv/releases/download/0.9.29/uv-s390x-unknown-linux-gnu.tar.gz)               | S390x Linux                  | [checksum](https://github.com/astral-sh/uv/releases/download/0.9.29/uv-s390x-unknown-linux-gnu.tar.gz.sha256)        |
| [uv-x86\_64-unknown-linux-gnu.tar.gz](https://github.com/astral-sh/uv/releases/download/0.9.29/uv-x86_64-unknown-linux-gnu.tar.gz)            | x64 Linux                    | [checksum](https://github.com/astral-sh/uv/releases/download/0.9.29/uv-x86_64-unknown-linux-gnu.tar.gz.sha256)       |
| [uv-armv7-unknown-linux-gnueabihf.tar.gz](https://github.com/astral-sh/uv/releases/download/0.9.29/uv-armv7-unknown-linux-gnueabihf.tar.gz)   | ARMv7 Linux                  | [checksum](https://github.com/astral-sh/uv/releases/download/0.9.29/uv-armv7-unknown-linux-gnueabihf.tar.gz.sha256)  |
| [uv-aarch64-unknown-linux-musl.tar.gz](https://github.com/astral-sh/uv/releases/download/0.9.29/uv-aarch64-unknown-linux-musl.tar.gz)         | ARM64 MUSL Linux             | [checksum](https://github.com/astral-sh/uv/releases/download/0.9.29/uv-aarch64-unknown-linux-musl.tar.gz.sha256)     |
| [uv-i686-unknown-linux-musl.tar.gz](https://github.com/astral-sh/uv/releases/download/0.9.29/uv-i686-unknown-linux-musl.tar.gz)               | x86 MUSL Linux               | [checksum](https://github.com/astral-sh/uv/releases/download/0.9.29/uv-i686-unknown-linux-musl.tar.gz.sha256)        |
| [uv-x86\_64-unknown-linux-musl.tar.gz](https://github.com/astral-sh/uv/releases/download/0.9.29/uv-x86_64-unknown-linux-musl.tar.gz)          | x64 MUSL Linux               | [checksum](https://github.com/astral-sh/uv/releases/download/0.9.29/uv-x86_64-unknown-linux-musl.tar.gz.sha256)      |
| [uv-arm-unknown-linux-musleabihf.tar.gz](https://github.com/astral-sh/uv/releases/download/0.9.29/uv-arm-unknown-linux-musleabihf.tar.gz)     | ARMv6 MUSL Linux (Hardfloat) | [checksum](https://github.com/astral-sh/uv/releases/download/0.9.29/uv-arm-unknown-linux-musleabihf.tar.gz.sha256)   |
| [uv-armv7-unknown-linux-musleabihf.tar.gz](https://github.com/astral-sh/uv/releases/download/0.9.29/uv-armv7-unknown-linux-musleabihf.tar.gz) | ARMv7 MUSL Linux             | [checksum](https://github.com/astral-sh/uv/releases/download/0.9.29/uv-armv7-unknown-linux-musleabihf.tar.gz.sha256) |

#### Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the [GitHub CLI](https://cli.github.com/manual/gh_attestation_verify):

```sh
gh attestation verify <file-path of downloaded artifact> --repo astral-sh/uv
```

You can also download the attestation from [GitHub](https://github.com/astral-sh/uv/attestations) and verify against that directly:

```sh
gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>
```

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this MR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45NS4yIiwidXBkYXRlZEluVmVyIjoiNDIuOTUuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90IiwiYXV0b21hdGlvbjpib3QtYXV0aG9yZWQiLCJkZXBlbmRlbmN5LXR5cGU6Om1pbm9yIl19-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants