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 e4b04f7 commit 873fb73Copy full SHA for 873fb73
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# 1.5.0
2
+- Replace `cchardet` with `charset-normalizer` to support Python 3.11
3
+
4
# 1.4.0
5
- Add `MAuthWSGIMiddleware` for authenticating requests in WSGI frameworks like Flask.
6
- Remove `FlaskAuthenticator`.
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mauth-client"
-version = "1.4.0"
+version = "1.5.0"
description = "MAuth Client for Python"
repository = "https://github.com/mdsol/mauth-client-python"
authors = ["Medidata Solutions <support@mdsol.com>"]
0 commit comments