Skip to content

Commit c80bd83

Browse files
committed
Prepare release 1.12.0. Upgrade lxml, isodate and defusedxml dependencies
1 parent 33fe1e7 commit c80bd83

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# python-saml changelog
2+
### 2.11.0 (Jan 28, 2022)
3+
- [#292](https://github.com/onelogin/python-saml/pull/292) Add rejectDeprecatedAlgorithm settings in order to be able reject messages signed with deprecated algorithms.
4+
- Upgrade dm.xmlsec.binding to 2.1
5+
- Set sha256 and rsa-sha256 as default algorithms
6+
- Added warning about Open Redirect and Reply attacks
7+
28
### 2.10.0 (Jul 23, 2021)
39
* Removed CC-BY-SA 3.0 non compliant implementation of dict_deep_merge
410
* Update expired dates from test responses

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='python-saml',
12-
version='2.10.0',
12+
version='2.11.0',
1313
description='Onelogin Python Toolkit. Add SAML support to your Python software using this library',
1414
classifiers=[
1515
'Development Status :: 5 - Production/Stable',
@@ -32,10 +32,10 @@
3232
},
3333
test_suite='tests',
3434
install_requires=[
35-
'lxml>=3.3.5',
35+
'lxml>=4.7.1',
3636
'dm.xmlsec.binding==2.1',
37-
'isodate>=0.5.0',
38-
'defusedxml>=0.6.0',
37+
'isodate>=0.6.1',
38+
'defusedxml>=0.7.1',
3939
],
4040
extras_require={
4141
'test': (

0 commit comments

Comments
 (0)