From 2b5afd9cc96156483fe06e904a1ec3fad010e8ba Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Mon, 17 Oct 2022 11:43:52 +0100 Subject: [PATCH] Fix stubtest failures on `SQLAlchemy` (#8914) --- stubs/SQLAlchemy/METADATA.toml | 2 +- stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/ext.pyi | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/stubs/SQLAlchemy/METADATA.toml b/stubs/SQLAlchemy/METADATA.toml index 5a3c17ff0..02ad97bd0 100644 --- a/stubs/SQLAlchemy/METADATA.toml +++ b/stubs/SQLAlchemy/METADATA.toml @@ -1,4 +1,4 @@ -version = "1.4.*" +version = "1.4.42" extra_description = """\ The `sqlalchemy-stubs` package is an alternative to this package and also \ includes a mypy plugin for more precise types.\ diff --git a/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/ext.pyi b/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/ext.pyi index 66fd97542..6fc650624 100644 --- a/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/ext.pyi +++ b/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/ext.pyi @@ -6,7 +6,6 @@ from ...sql.schema import ColumnCollectionConstraint class aggregate_order_by(expression.ColumnElement[Any]): __visit_name__: str stringify_dialect: str - inherit_cache: bool target: Any type: Any order_by: Any