mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Bump peewee to 3.17.8 (#13014)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
version = "3.17.7"
|
||||
version = "3.17.8"
|
||||
upstream_repository = "https://github.com/coleifer/peewee"
|
||||
# We're not providing stubs for all playhouse modules right now
|
||||
# https://github.com/python/typeshed/pull/11731#issuecomment-2065729058
|
||||
|
||||
@@ -1674,7 +1674,9 @@ class Model(metaclass=ModelBase):
|
||||
def is_dirty(self) -> bool: ...
|
||||
@property
|
||||
def dirty_fields(self): ...
|
||||
def dependencies(self, search_nullable: bool = ...) -> Generator[Incomplete, None, None]: ...
|
||||
def dependencies(
|
||||
self, search_nullable: bool = True, exclude_null_children: bool = False
|
||||
) -> Generator[Incomplete, None, None]: ...
|
||||
def delete_instance(self, recursive: bool = ..., delete_nullable: bool = ...): ...
|
||||
def __hash__(self) -> int: ...
|
||||
def __eq__(self, other) -> Expression | bool: ... # type: ignore[override]
|
||||
|
||||
Reference in New Issue
Block a user