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 c8543bf commit a963175Copy full SHA for a963175
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 1.6.3
2
+- Revert change introduced in v1.6.2 now that Starlette has been updated to
3
+ always include `root_path` in `path`.
4
+
5
# 1.6.2
6
- Fix `MAuthASGIMiddleware` signature validation when the full URL path is split
7
between `root_path` and `path` in the request scope.
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mauth-client"
-version = "1.6.2"
+version = "1.6.3"
description = "MAuth Client for Python"
repository = "https://github.com/mdsol/mauth-client-python"
authors = ["Medidata Solutions <support@mdsol.com>"]
0 commit comments