diff --git a/cmake/seal.cmake b/cmake/seal.cmake index 3e14b049..ebf18c26 100644 --- a/cmake/seal.cmake +++ b/cmake/seal.cmake @@ -7,7 +7,7 @@ set(SEAL_USE_INTEL_HEXL OFF) FetchContent_Declare( com_microsoft_seal GIT_REPOSITORY https://github.com/microsoft/SEAL - GIT_TAG v4.1.0 + GIT_TAG v4.1.1 ) FetchContent_MakeAvailable(com_microsoft_seal) diff --git a/tenseal/deps.bzl b/tenseal/deps.bzl index 974a6778..9d77cf1d 100644 --- a/tenseal/deps.bzl +++ b/tenseal/deps.bzl @@ -25,9 +25,9 @@ def tenseal_deps(): http_archive( name = "com_microsoft_seal", build_file = "//third_party:seal.BUILD", - sha256 = "337e847b01827adc2d3fd9ac8b79038651c425f8c723110522d33a3d169de0f9", - strip_prefix = "SEAL-4.1.0", - urls = ["https://github.com/microsoft/SEAL/archive/v4.1.0.tar.gz"], + sha256 = "cb2d608656c09877e3c9dd260a9887094e4cfa8a9fe4127dac2ade0a4c172122", + strip_prefix = "SEAL-4.1.1", + urls = ["https://github.com/microsoft/SEAL/archive/v4.1.1.tar.gz"], ) if "com_xtensorstack_xtensor" not in native.existing_rules(): diff --git a/tenseal/version.py b/tenseal/version.py index 8a3be2e0..dc1bba86 100644 --- a/tenseal/version.py +++ b/tenseal/version.py @@ -1 +1 @@ -__version__ = "0.3.13" +__version__ = "0.3.14"