diff --git a/stubs/tqdm/METADATA.toml b/stubs/tqdm/METADATA.toml index 6c44bdf8988d..246d120917bb 100644 --- a/stubs/tqdm/METADATA.toml +++ b/stubs/tqdm/METADATA.toml @@ -1,4 +1,4 @@ -version = "4.68.*" +version = "4.69.*" upstream-repository = "https://github.com/tqdm/tqdm" dependencies = ["types-requests"] diff --git a/stubs/tqdm/tqdm/asyncio.pyi b/stubs/tqdm/tqdm/asyncio.pyi index e986ec973136..0d5605b31f0a 100644 --- a/stubs/tqdm/tqdm/asyncio.pyi +++ b/stubs/tqdm/tqdm/asyncio.pyi @@ -57,6 +57,7 @@ class tqdm_asyncio(std_tqdm[_T]): loop: bool | None = None, timeout: float | None = None, total: int | None = None, + return_exceptions: bool = False, iterable: Iterable[_T] = ..., desc: str | None = ..., leave: bool | None = ...,