File tree 3 files changed +8
-2
lines changed
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/).
8
8
9
9
-
10
10
11
+ ## [ 0.8.2] - 2022-05-25
12
+
13
+ ### Changed
14
+
15
+ - Allow httpx v0.23.x to fix a bug in httpx
16
+
11
17
## [ 0.8.1] - 2022-04-20
12
18
13
19
### Bugfix
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ def read_from_file(key):
46
46
],
47
47
install_requires = [
48
48
'beautifulsoup4' ,
49
- 'httpx>=0.20.0,<0.23 .0' ,
49
+ 'httpx>=0.20.0,<0.24 .0' ,
50
50
'pbkdf2' ,
51
51
'Pillow' ,
52
52
'pyaes' ,
Original file line number Diff line number Diff line change 2
2
__description__ = "A(Sync) Interface for internal Audible API written in " \
3
3
"pure Python."
4
4
__url__ = "https://github.com/mkb79/audible"
5
- __version__ = "0.8.1 "
5
+ __version__ = "0.8.2 "
6
6
__author__ = "mkb79"
7
7
__author_email__ = "mkb79@hackitall.de"
8
8
__license__ = "AGPL"
You can’t perform that action at this time.
0 commit comments