File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
88
99-
1010
11+ ## [ 0.8.2] - 2022-05-25
12+
13+ ### Changed
14+
15+ - Allow httpx v0.23.x to fix a bug in httpx
16+
1117## [ 0.8.1] - 2022-04-20
1218
1319### Bugfix
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ def read_from_file(key):
4646 ],
4747 install_requires = [
4848 'beautifulsoup4' ,
49- 'httpx>=0.20.0,<0.23 .0' ,
49+ 'httpx>=0.20.0,<0.24 .0' ,
5050 'pbkdf2' ,
5151 'Pillow' ,
5252 'pyaes' ,
Original file line number Diff line number Diff line change 22__description__ = "A(Sync) Interface for internal Audible API written in " \
33 "pure Python."
44__url__ = "https://github.com/mkb79/audible"
5- __version__ = "0.8.1 "
5+ __version__ = "0.8.2 "
66__author__ = "mkb79"
77__author_email__ = "mkb79@hackitall.de"
88__license__ = "AGPL"
You can’t perform that action at this time.
0 commit comments