From fe350d0f367c43c96c91d6503992b036a6e47b39 Mon Sep 17 00:00:00 2001 From: James Addison <55152140+jayaddison@users.noreply.github.com> Date: Mon, 5 Jan 2026 14:43:01 +0000 Subject: [PATCH] postgresql: indentation fixup --- lib/sqlalchemy/dialects/postgresql/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sqlalchemy/dialects/postgresql/base.py b/lib/sqlalchemy/dialects/postgresql/base.py index 920ca5884b..6d2f4a915a 100644 --- a/lib/sqlalchemy/dialects/postgresql/base.py +++ b/lib/sqlalchemy/dialects/postgresql/base.py @@ -147,7 +147,7 @@ running bulk insert operations using the :ref:`engine_insertmanyvalues` feature. .. versionadded:: 2.1 - Added ``monotonic=True`` to allow functions like PostgreSQL's + Added ``monotonic=True`` to allow functions like PostgreSQL's ``uuidv7()`` to work with batched "insertmanyvalues" .. seealso:: -- 2.47.3