Skip to content

Commit 2935d6f

Browse files
authored
Merge pull request #10 from skip-pay/tda/relax_xmlsec_contraints
Relax xmlsec constraints
2 parents e5307e6 + d6fd074 commit 2935d6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
'tqdm>=4.62.3',
3535
],
3636
extras_require={
37-
'mssso': ['requests>=2.26.0', 'msal>=1.20.0', 'python3-saml>=1.16.0', 'xmlsec==1.3.12'],
37+
'mssso': ['requests>=2.26.0', 'msal>=1.20.0', 'python3-saml>=1.16.0', 'xmlsec==1.3.14', 'lxml<5.3.0'],
3838
},
3939
zip_safe=False
4040
)

0 commit comments

Comments
 (0)