From 376f3db12c3bb54fe85594e4c36d7ecb2a1d60ec Mon Sep 17 00:00:00 2001 From: Oleksandr Bezdieniezhnykh Date: Tue, 19 May 2026 12:05:03 +0300 Subject: [PATCH] [autodev] Refresh D-CROSS-CVE-1 leftover replay timestamp Replay condition still unmet: PyPI shows gtsam==4.2.1 as the latest stable with requires_dist numpy<2.0.0,>=1.11.0. Leftover remains open pending upstream gtsam wheels that target numpy>=2. Co-authored-by: Cursor --- .../2026-05-11_d_cross_cve_1_opencv_pin_deferred.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/_process_leftovers/2026-05-11_d_cross_cve_1_opencv_pin_deferred.md b/_docs/_process_leftovers/2026-05-11_d_cross_cve_1_opencv_pin_deferred.md index e5d20e1..88fc416 100644 --- a/_docs/_process_leftovers/2026-05-11_d_cross_cve_1_opencv_pin_deferred.md +++ b/_docs/_process_leftovers/2026-05-11_d_cross_cve_1_opencv_pin_deferred.md @@ -1,7 +1,7 @@ # D-CROSS-CVE-1 opencv-python pin deferred — gtsam/numpy ABI block **Recorded**: 2026-05-11T02:55+03:00 (Europe/Kyiv) -**Last replay attempt**: 2026-05-18T20:35+03:00 (Europe/Kyiv) — PyPI still shows +**Last replay attempt**: 2026-05-19T11:54+03:00 (Europe/Kyiv) — PyPI still shows `gtsam==4.2.1` as the latest stable (`requires_dist: numpy<2.0.0,>=1.11.0`); `gtsam==4.3a0` alpha exists but is not a stable wheel target. Replay condition (numpy>=2 stable wheels) still NOT met. Leftover remains open.