Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check https://github.com/IdentityPython/pysaml2/releases/tag/v7.4.0 Error I saw: ``` from ckanext.saml2auth.client import Saml2Client File "/__w/ckanext-unhcr/ckanext-unhcr/ckanext-saml2auth/ckanext/saml2auth/client.py", line 19, in <module> from saml2.client import Saml2Client File "/usr/lib/python3.8/site-packages/pysaml2-7.4.0-py3.8.egg/saml2/__init__.py", line 432, in <module> class SamlBase(ExtensionContainer): File "/usr/lib/python3.8/site-packages/pysaml2-7.4.0-py3.8.egg/saml2/__init__.py", line 442, in SamlBase c_child_order: list[str] = [] TypeError: 'type' object is not subscriptable ```
- Loading branch information