Skip to content

Commit e7b8700

Browse files
authored
[tqdm] Update to 4.69.* (#16030)
1 parent e7fe3fe commit e7b8700

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

stubs/tqdm/METADATA.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "4.68.*"
1+
version = "4.69.*"
22
upstream-repository = "https://github.com/tqdm/tqdm"
33
dependencies = ["types-requests"]
44

stubs/tqdm/tqdm/asyncio.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ class tqdm_asyncio(std_tqdm[_T]):
5757
loop: bool | None = None,
5858
timeout: float | None = None,
5959
total: int | None = None,
60+
return_exceptions: bool = False,
6061
iterable: Iterable[_T] = ...,
6162
desc: str | None = ...,
6263
leave: bool | None = ...,

0 commit comments

Comments
 (0)