File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11# python-saml changelog
2+ ### 2.13.0 (Oct 9, 2023)
3+ - Improve get_metadata method from Parser, allowing to set timeouts and headers
4+ - Fix expired payloads used on tests
5+ - Updated content from docs folder
6+ - Remove references of OneLogin as maintainer
7+
28### 2.12.0 (Dec 28, 2022)
39- Remove version restriction on lxml dependency
410- Update Demo Bottle
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " python-saml"
3- version = " 2.12 .0"
3+ version = " 2.13 .0"
44description = " Saml Python Toolkit. Add SAML support to your Python software using this library"
55license = " Apache-2.0"
66authors = [" SAML-Toolkits <contact@iamdigitalservices.com>" ]
Original file line number Diff line number Diff line change 88
99setup (
1010 name = 'python-saml' ,
11- version = '2.12 .0' ,
11+ version = '2.13 .0' ,
1212 description = 'Saml Python Toolkit. Add SAML support to your Python software using this library' ,
1313 classifiers = [
1414 'Development Status :: 5 - Production/Stable' ,
You can’t perform that action at this time.
0 commit comments