Skip to content

Commit a963175

Browse files
committed
Bump version to 1.6.3 and update changelog
1 parent c8543bf commit a963175

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
# 1.6.2
26
- Fix `MAuthASGIMiddleware` signature validation when the full URL path is split
37
between `root_path` and `path` in the request scope.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mauth-client"
3-
version = "1.6.2"
3+
version = "1.6.3"
44
description = "MAuth Client for Python"
55
repository = "https://github.com/mdsol/mauth-client-python"
66
authors = ["Medidata Solutions <support@mdsol.com>"]

0 commit comments

Comments
 (0)