Skip to content

Commit

Permalink
Update httpx version range to >=0.23.3 and <0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkb79 committed Nov 16, 2023
1 parent 8f8eacf commit e996fb6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Bugfix

- Avoid tqdm progress bar interruption by logger’s output to console.
- Fixing an issue with unawaited coroutines when the download command exited abnormal.
- Fixing an issue with unawaited coroutines when the download command exited abnormal.

### Changed

- Update httpx version range to >=0.23.3 and <0.26.0.

### Misc

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def read_from_file(key):
"audible>=0.8.2",
"click>=8",
"colorama; platform_system=='Windows'",
"httpx>=0.20.0,<0.24.0",
"httpx>=0.23.3,<0.26.0",
"packaging",
"Pillow",
"tabulate",
Expand Down

0 comments on commit e996fb6

Please sign in to comment.