Skip to content

Commit 74fdae8

Browse files
author
Czémán Arnold
committed
Upgrade to pysaml2 4.5.0
1 parent 41b1e4c commit 74fdae8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

djangosaml2/tests/conf.py

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ def create_conf(sp_host='sp.example.com', idp_hosts=['idp.example.com'],
5353
},
5454
'required_attributes': ['uid'],
5555
'optional_attributes': ['eduPersonAffiliation'],
56+
'want_response_signed': False,
5657
'idp': {} # this is filled later
5758
},
5859
},

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def read(*rnames):
7171
install_requires=[
7272
'defusedxml>=0.4.1',
7373
'Django>=1.8',
74-
'pysaml2==4.4.0',
74+
'pysaml2==4.5.0',
7575
],
7676
extras_require=extra,
7777
)

0 commit comments

Comments
 (0)