From e7c2c0794701a52705970d0bced05474ffb4f62a Mon Sep 17 00:00:00 2001 From: Thomas Stoddard Date: Fri, 3 Apr 2026 20:16:27 +0000 Subject: [PATCH] Bindings: Python: Update to pybind11 3.0.3 --- bindings/python/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/CMakeLists.txt b/bindings/python/CMakeLists.txt index 12448c0..e38c90c 100644 --- a/bindings/python/CMakeLists.txt +++ b/bindings/python/CMakeLists.txt @@ -9,7 +9,7 @@ else() FetchContent_Declare( pybind11 GIT_REPOSITORY https://github.com/pybind/pybind11.git - GIT_TAG v3.0.1 + GIT_TAG v3.0.3 ) FetchContent_MakeAvailable(pybind11) endif()