Skip to content

Commit 0498eda

Browse files
committed
Upgrade pysaml2 dependency to latest v4.4.0
This could finally fix issues with serialization
1 parent 2962d9b commit 0498eda

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
@@ -58,7 +58,7 @@ def read(*rnames):
5858
include_package_data=True,
5959
zip_safe=False,
6060
install_requires=[
61-
'pysaml2==4.0.5',
61+
'pysaml2==4.4.0',
6262
'defusedxml==0.4.1'
6363
],
6464
)

0 commit comments

Comments
 (0)