We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 089adff commit a54f6abCopy full SHA for a54f6ab
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# 1.5.1
2
+- Fix `MAuthWSGIMiddleware` to no longer depend on `werkzeug` data in the request env.
3
+
4
# 1.5.0
5
- Replace `cchardet` with `charset-normalizer` to support Python 3.11
6
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mauth-client"
-version = "1.5.0"
+version = "1.5.1"
description = "MAuth Client for Python"
repository = "https://github.com/mdsol/mauth-client-python"
authors = ["Medidata Solutions <[email protected]>"]
0 commit comments