Closed josh-allan closed 8 months ago
I think that by upgrading dash and dash-extensions, this fixes this, as I did in #88 but I will look at it more closely on an M1 machine too.
Confirmed this as working on M1. I will revert the documentation changes shortly.
If building the Saml Reader from scratch, the dependencies will install
Werkzeug
version 3.0.1 as the packages will just update to the most recent version. This introduces breaking changes in the import of packages specifically in the import forWerkzeug.urls
functions.When running
saml_reader
with version 3.0.1 it throws a stack trace that results in:This can be easily resolved by downgrading the package back to 2.2.2. I have opened a PR to resolve this.