From 808a431a57e7efb2ec8afa97840c368e760d2e11 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 29 Jan 2023 01:52:18 +0000 Subject: [PATCH] [stubsabot] Mark SQLAlchemy as obsolete since 2.0.0 (#9595) Release: https://pypi.org/pypi/SQLAlchemy/2.0.0 Homepage: https://www.sqlalchemy.org --- stubs/SQLAlchemy/METADATA.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/stubs/SQLAlchemy/METADATA.toml b/stubs/SQLAlchemy/METADATA.toml index f58115dbf..6cabd7b32 100644 --- a/stubs/SQLAlchemy/METADATA.toml +++ b/stubs/SQLAlchemy/METADATA.toml @@ -3,3 +3,4 @@ extra_description = """\ The `sqlalchemy-stubs` package is an alternative to this package and also \ includes a mypy plugin for more precise types.\ """ +obsolete_since = "2.0.0" # Released on 2023-01-26