Update to latest version (#2385842)

This commit is contained in:
Elliott Sales de Andrade
2025-08-30 03:42:05 -04:00
parent d0eaec2e00
commit f2d972fa1d
9 changed files with 56 additions and 13 deletions
@@ -1,7 +1,7 @@
From e4623131cd1c151d3f65aba0e1f45e210787c753 Mon Sep 17 00:00:00 2001
From 416cea131ba808a8f92362e472df2861a284f527 Mon Sep 17 00:00:00 2001
From: Elliott Sales de Andrade <quantum.analyst@gmail.com>
Date: Fri, 13 Dec 2024 02:03:33 -0500
Subject: [PATCH 3/5] Unpin meson-python build requirement
Subject: [PATCH 3/6] Unpin meson-python build requirement
This is pinned to fix sdists, but we already have one and are building a
wheel, which should be fine.
@@ -12,7 +12,7 @@ Signed-off-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pyproject.toml b/pyproject.toml
index 5666016f05..2cd1e1c758 100644
index e6d1abaf53..76755eec25 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -47,7 +47,7 @@ requires-python = ">=3.10"