File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,7 +35,8 @@ def triplet(self) -> str:
3535
3636
3737class 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
You can’t perform that action at this time.
0 commit comments