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