Skip to content

Commit

Permalink
Fixing lxml to 4.7.0, it seems 4.7.1 had conflicts when the signature…
Browse files Browse the repository at this point in the history
… inside a encrypted element is validated.

See SAML-Toolkits/python3-saml#292
Also reverted dm.xmlsec.binding to 1.3.7
  • Loading branch information
pitbulk committed Jan 28, 2022
1 parent c80bd83 commit 9106605
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
},
test_suite='tests',
install_requires=[
'lxml>=4.7.1',
'dm.xmlsec.binding==2.1',
'lxml<4.7.1',
'dm.xmlsec.binding==1.3.7',
'isodate>=0.6.1',
'defusedxml>=0.7.1',
],
Expand Down

0 comments on commit 9106605

Please sign in to comment.