]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
changelog edits
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 13 Feb 2025 16:47:39 +0000 (11:47 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 13 Feb 2025 16:47:39 +0000 (11:47 -0500)
Change-Id: I8acc5d84ca10f839727fb159d5283fe74763e7a6

docs/build/unreleased/drop_py_38.rst
docs/build/unreleased/drop_sqla_13.rst
docs/build/unreleased/issue1597.rst

index da8c42a52e25bfdc427d264f65ad5986329bea4d..25543c93a25c933a7ae33495106778c2b39d9f02 100644 (file)
@@ -1,4 +1,5 @@
 .. change::
-    :tags: change, general
+    :tags: changed, general
 
-    Support for Python 3.8 is dropped as of Alembic 1.15.0.  Python 3.8 is EOL.
+    Support for Python 3.8 is dropped as of Alembic 1.15.0; this version is
+    now EOL so Python 3.9 or higher is required for Alembic 1.15.
index 70a05acd769539200da354dbd044fe299ee3a498..7a20af038ce998d57b479e2d1ce3eddab9dde77b 100644 (file)
@@ -1,5 +1,6 @@
 .. change::
-    :tags: change, general
+    :tags: changed, general
 
     Support for SQLAlchemy 1.3, which was EOL as of 2021, is now dropped from
-    Alembic as of version 1.15.0.
+    Alembic as of version 1.15.0.   SQLAlchemy version 1.4 or greater is
+    required for use with Alembic 1.15.0.
index b7fcb08d7a793c771c51d1a41ea1a54b523509ed..fb1f6226868af787f1a95b703e2c2d80bdf87975 100644 (file)
@@ -1,6 +1,7 @@
- .. change::
-        :tags: check, autogenerate
-        :tickets: 1597
+.. change::
+    :tags: usecase, autogenerate
+    :tickets: 1597
 
-        Add revision context to AutogenerateDiffsDetected so that command can be wrapped and diffs may be output in a different format.
-        Pull request courtesy of Louis-Amaury Chaib (@lachaib).
\ No newline at end of file
+    Add revision context to AutogenerateDiffsDetected so that command can be
+    wrapped and diffs may be output in a different format. Pull request
+    courtesy Louis-Amaury Chaib (@lachaib).
\ No newline at end of file