From d58ba5c5577b12f807f945a679f91aae443a25d8 Mon Sep 17 00:00:00 2001 From: Federico Caselli Date: Sat, 1 Feb 2025 19:44:14 +0100 Subject: [PATCH] mypy plugin is removed on 2.1, remove the possibly Change-Id: I93a918dcafd8471d6514b297d973bbbe8100ec48 --- doc/build/orm/extensions/mypy.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/build/orm/extensions/mypy.rst b/doc/build/orm/extensions/mypy.rst index dbca3f35f9..b7d50c607a 100644 --- a/doc/build/orm/extensions/mypy.rst +++ b/doc/build/orm/extensions/mypy.rst @@ -11,8 +11,8 @@ the :func:`_orm.mapped_column` construct introduced in SQLAlchemy 2.0. .. deprecated:: 2.0 - **The SQLAlchemy Mypy Plugin is DEPRECATED, and will be removed possibly - as early as the SQLAlchemy 2.1 release. We would urge users to please + **The SQLAlchemy Mypy Plugin is DEPRECATED, and will be removed in + the SQLAlchemy 2.1 release. We would urge users to please migrate away from it ASAP. The mypy plugin also works only up until mypy version 1.10.1. version 1.11.0 and greater may not work properly.** -- 2.47.3