Skip to content
This repository has been archived by the owner on Sep 22, 2023. It is now read-only.

Commit

Permalink
setup: Update deps (aiohttp 3.7.2, mypy 0.790) (#143)
Browse files Browse the repository at this point in the history
This fixes an upstream issue (aio-libs/aiohttp#5149).
  • Loading branch information
achimnol authored Oct 28, 2020
1 parent be9950b commit 6aeecf7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions changes/143.fix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update aiohttp to 3.7.2 to fix [an upstream issue](https://github.com/aio-libs/aiohttp/issues/5149) related to fallback of `sendfile()` with uvloop
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
]
install_requires = [
'backend.ai-cli~=0.4.1',
'aiohttp~=3.7.1',
'aiohttp~=3.7.2',
'aiotusclient~=0.1.3',
'appdirs~=1.4.3',
'async_timeout~=3.0', # to avoid pip10 resolver issue
Expand Down Expand Up @@ -40,10 +40,10 @@
'codecov',
]
lint_requires = [
'flake8>=3.8.1',
'flake8>=3.8.4',
]
typecheck_requires = [
'mypy>=0.770',
'mypy>=0.790',
]
dev_requires: List[str] = [
# 'pytest-sugar>=0.9.1',
Expand Down

0 comments on commit 6aeecf7

Please sign in to comment.