Skip to content

Commit 9106605

Browse files
authored
Fixing lxml to 4.7.0, it seems 4.7.1 had conflicts when the signature inside a encrypted element is validated.
See SAML-Toolkits/python3-saml#292 Also reverted dm.xmlsec.binding to 1.3.7
1 parent c80bd83 commit 9106605

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
},
3333
test_suite='tests',
3434
install_requires=[
35-
'lxml>=4.7.1',
36-
'dm.xmlsec.binding==2.1',
35+
'lxml<4.7.1',
36+
'dm.xmlsec.binding==1.3.7',
3737
'isodate>=0.6.1',
3838
'defusedxml>=0.7.1',
3939
],

0 commit comments

Comments
 (0)