]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
auth: Accelerate removal of OpenIdMixin to Tornado 6.7
authorBen Darnell <ben@bendarnell.com>
Fri, 7 Aug 2026 02:46:08 +0000 (22:46 -0400)
committerBen Darnell <ben@bendarnell.com>
Fri, 7 Aug 2026 02:46:08 +0000 (22:46 -0400)
tornado/auth.py

index 3086ec08549c0c374b44323576eca562e97a1f03..707600f0073da496231803cc160829eced65ca4a 100644 (file)
@@ -98,14 +98,14 @@ class OpenIdMixin:
 
     * ``_OPENID_ENDPOINT``: the identity provider's URI.
 
-    .. deprecated:: 6.6
+    .. deprecated:: 6.5.8
         OpenID 2.0 is no longer widely supported by identity providers.
-        This class will be removed in Tornado 7.0.
+        This class will be removed in Tornado 6.7.
     """
 
     def __init__(self) -> None:
         warnings.warn(
-            "OpenIdMixin is deprecated and will be removed in Tornado 7.0",
+            "OpenIdMixin is deprecated and will be removed in Tornado 6.7",
             DeprecationWarning,
             stacklevel=2,
         )