File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
Changes
2
2
=======
3
3
4
+ v1.0.2 (2020-01-24)
5
+ - RequestVersionTooLow exception handled in ACS
6
+ - Better exception handling for Malformed SAML Response
7
+ - pySAML2 dep up to v6.5.1
8
+
4
9
v1.0.1 (2020-01-20)
5
10
-------------------
6
11
- PySAML2 dependency, security update
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ def read(*rnames):
24
24
25
25
setup (
26
26
name = 'djangosaml2' ,
27
- version = '1.0.1-1 ' ,
27
+ version = '1.0.2 ' ,
28
28
description = 'pysaml2 integration for Django' ,
29
29
long_description = read ('README.rst' ),
30
30
classifiers = [
@@ -57,7 +57,7 @@ def read(*rnames):
57
57
install_requires = [
58
58
'defusedxml>=0.4.1' ,
59
59
'Django>=2.2,<5' ,
60
- 'pysaml2>=6.5.0 ' ,
60
+ 'pysaml2>=6.5.1 ' ,
61
61
],
62
62
tests_require = [
63
63
# Provides assert_called_once.
You can’t perform that action at this time.
0 commit comments