diff --git a/stubs/peewee/METADATA.toml b/stubs/peewee/METADATA.toml index 6b010cfb6..c1f03f2c7 100644 --- a/stubs/peewee/METADATA.toml +++ b/stubs/peewee/METADATA.toml @@ -1 +1 @@ -version = "3.15.*" +version = "3.16.*" diff --git a/stubs/peewee/peewee.pyi b/stubs/peewee/peewee.pyi index b6dc30e23..0cae84ca8 100644 --- a/stubs/peewee/peewee.pyi +++ b/stubs/peewee/peewee.pyi @@ -771,7 +771,6 @@ class Database(_callable_context_manager): sequences: bool truncate_table: bool autoconnect: Incomplete - autorollback: Incomplete thread_safe: Incomplete connect_params: Incomplete def __init__( @@ -798,7 +797,7 @@ class Database(_callable_context_manager): def is_closed(self): ... def is_connection_usable(self): ... def connection(self): ... - def cursor(self, commit: Incomplete | None = ...): ... + def cursor(self, commit: Incomplete | None = None, named_cursor: Incomplete | None = None): ... def execute_sql(self, sql, params: Incomplete | None = ..., commit=...): ... def execute(self, query, commit=..., **context_options): ... def get_context_options(self): ...