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 1+ ## February 9, 2021 - 3.2.1
2+ - Drop brotli dependency in async, causes install issues in Darwin
3+ - upstream needs updates
4+
15## February 8, 2021 - 3.2.0
26- Add channel partial update
37
Original file line number Diff line number Diff line change 66install_requires = [
77 "pycryptodomex>=3.8.1,<4" ,
88 "requests>=2.22.0,<3" ,
9- "aiohttp[speedups]>=3.6" ,
9+ "chardet>=2.0.0,<4" ,
10+ "aiodns>=2.0.0" ,
11+ "aiohttp>=3.6.0,<4" ,
1012 "aiofile>=3.1,<4" ,
1113 "pyjwt>=2.0.0,<3" ,
1214]
Original file line number Diff line number Diff line change 11__author__ = "Tommaso Barbugli"
22__copyright__ = "Copyright 2019-2020, Stream.io, Inc"
3- __version__ = "3.2.0 "
3+ __version__ = "3.2.1 "
44__maintainer__ = "Tommaso Barbugli"
55__email__ = "support@getstream.io"
66__status__ = "Production"
You can’t perform that action at this time.
0 commit comments