diff --git a/shortfin/python/CMakeLists.txt b/shortfin/python/CMakeLists.txt index d125416af..f8b515d9a 100644 --- a/shortfin/python/CMakeLists.txt +++ b/shortfin/python/CMakeLists.txt @@ -14,7 +14,7 @@ FetchContent_Declare( nanobind GIT_REPOSITORY https://github.com/wjakob/nanobind.git - GIT_TAG 784efa2a0358a4dc5432c74f5685ee026e20f2b6 # 2.2.0 + GIT_TAG 0f9ce749b257fdfe701edb3cf6f7027ba029434a # v2.4.0 ) FetchContent_MakeAvailable(nanobind)