From: Federico Caselli Date: Sat, 1 Feb 2025 18:44:14 +0000 (+0100) Subject: mypy plugin is removed on 2.1, remove the possibly X-Git-Tag: rel_2_0_38~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d58ba5c5577b12f807f945a679f91aae443a25d8;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git mypy plugin is removed on 2.1, remove the possibly Change-Id: I93a918dcafd8471d6514b297d973bbbe8100ec48 --- 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.**