plain.auth 0.20.7__py3-none-any.whl → 0.21.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
plain/auth/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # plain-auth changelog
2
2
 
3
+ ## [0.21.0](https://github.com/dropseed/plain/releases/plain-auth@0.21.0) (2025-11-12)
4
+
5
+ ### What's changed
6
+
7
+ - Improved type checking compatibility by adding type ignore comment for mixin method resolution in `AuthViewMixin` ([f4dbcef](https://github.com/dropseed/plain/commit/f4dbcefa92))
8
+
9
+ ### Upgrade instructions
10
+
11
+ - No changes required
12
+
3
13
  ## [0.20.7](https://github.com/dropseed/plain/releases/plain-auth@0.20.7) (2025-10-31)
4
14
 
5
15
  ### What's changed
plain/auth/views.py CHANGED
@@ -110,7 +110,8 @@ class AuthViewMixin(SessionViewMixin):
110
110
  else:
111
111
  raise PermissionDenied("Login required")
112
112
 
113
- response = super().get_response()
113
+ # Mixin expects to be used with View base class
114
+ response = super().get_response() # type: ignore[misc]
114
115
 
115
116
  if self.user:
116
117
  # Make sure it at least has private as a default
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: plain.auth
3
- Version: 0.20.7
3
+ Version: 0.21.0
4
4
  Summary: Add users to your app and decide what they can access.
5
5
  Author-email: Dave Gaeddert <dave.gaeddert@dropseed.dev>
6
6
  License-Expression: BSD-3-Clause
@@ -1,4 +1,4 @@
1
- plain/auth/CHANGELOG.md,sha256=hp5jwMLMt-R9xE851DUXKo9SfjEoXapvzOGBUuZxlN4,6777
1
+ plain/auth/CHANGELOG.md,sha256=MR-I5AFmEmAymJ8juWRhxhDAbMTTdGFnw5MXmX37Smc,7116
2
2
  plain/auth/README.md,sha256=I1SeOyrBnF0GAjD7T0k5OlZ2bSHz9---nElinaobewc,4030
3
3
  plain/auth/__init__.py,sha256=CrOsS74CPGN1nPTTfie13mPgdyVLRyZ1YwDPIA77uaA,179
4
4
  plain/auth/default_settings.py,sha256=65VzDn3j61OMn78Lg6Zuds4A8QKzJJ_0G9KoFqAOIRo,466
@@ -7,8 +7,8 @@ plain/auth/sessions.py,sha256=xDp1EiB0cV5w3L5XioqO8vs77wnF8cvreExms3-e744,6015
7
7
  plain/auth/templates.py,sha256=CVtuIdBgOgYB2o61zpOPJb6nMx_gU61i_3PDQx8FjVs,770
8
8
  plain/auth/test.py,sha256=SHawhwarJEMVfaLkjpiuFVSWZoGIMwhzXreU_T1zvCE,1599
9
9
  plain/auth/utils.py,sha256=9kKWh1QqxA8Esct-jBvTCdjBYOHpO_Tg1YeV9WxYmxg,1362
10
- plain/auth/views.py,sha256=dGkPQpzPywqMDk3uDhmbAEVojMShhjwJj88f4ztmYmQ,5022
11
- plain_auth-0.20.7.dist-info/METADATA,sha256=o2Ytu_S9L410uA9mChmPEGCtny_Dr7WmcSG-e9T89cQ,4423
12
- plain_auth-0.20.7.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
13
- plain_auth-0.20.7.dist-info/licenses/LICENSE,sha256=m0D5O7QoH9l5Vz_rrX_9r-C8d9UNr_ciK6Qwac7o6yo,3175
14
- plain_auth-0.20.7.dist-info/RECORD,,
10
+ plain/auth/views.py,sha256=Y3J9RLF4vsgThtoG4mekBmZzegY9wFCMSBuv9fEag_Y,5100
11
+ plain_auth-0.21.0.dist-info/METADATA,sha256=J7f90sEWXinkqkzVdGl9QzP2_wQLBtl7tw5_lu_K1iQ,4423
12
+ plain_auth-0.21.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
13
+ plain_auth-0.21.0.dist-info/licenses/LICENSE,sha256=m0D5O7QoH9l5Vz_rrX_9r-C8d9UNr_ciK6Qwac7o6yo,3175
14
+ plain_auth-0.21.0.dist-info/RECORD,,