Skip to content

Commit 774bb60

Browse files
committed
Update windows libs
1 parent 41786fd commit 774bb60

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

build_support/lib_xmlsec_dependency_builder.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ def triplet(self) -> str:
3535

3636

3737
class LibXmlsecDependencyBuilder:
38-
WINDOWS_LIBS_DOWNLOAD_RELEASE_URL = 'https://github.com/mxamin/python-xmlsec-win-binaries/releases/download/2025.07.10/'
38+
# WINDOWS_LIBS_DOWNLOAD_RELEASE_URL = 'https://github.com/mxamin/python-xmlsec-win-binaries/releases/download/2025.07.10/'
39+
WINDOWS_LIBS_DOWNLOAD_RELEASE_URL = 'https://github.com/mxamin/python-xmlsec-win-binaries/releases/download/untagged-b4bcfc66f72f113f6039/'
3940
LIB_VERSION_ENV_VARS: ClassVar[dict[str, str]] = {
4041
'libiconv_version': 'PYXMLSEC_LIBICONV_VERSION',
4142
'libxml2_version': 'PYXMLSEC_LIBXML2_VERSION',
@@ -56,8 +57,8 @@ class LibXmlsecDependencyBuilder:
5657
'libiconv_version': '1.18-1',
5758
'libxml2_version': '2.11.9-3', # Make sure it matches with lxml
5859
'libxslt_version': '1.1.39',
59-
'openssl_version': '3.0.16.pl1',
60-
'xmlsec1_version': '1.3.7',
60+
'openssl_version': '3.5.6',
61+
'xmlsec1_version': '1.3.10',
6162
'zlib_version': '1.3.1',
6263
}
6364

0 commit comments

Comments
 (0)