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

Commit 6aeecf7

Browse files
authored
setup: Update deps (aiohttp 3.7.2, mypy 0.790) (#143)
This fixes an upstream issue (aio-libs/aiohttp#5149).
1 parent be9950b commit 6aeecf7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

changes/143.fix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
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

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
]
99
install_requires = [
1010
'backend.ai-cli~=0.4.1',
11-
'aiohttp~=3.7.1',
11+
'aiohttp~=3.7.2',
1212
'aiotusclient~=0.1.3',
1313
'appdirs~=1.4.3',
1414
'async_timeout~=3.0', # to avoid pip10 resolver issue
@@ -40,10 +40,10 @@
4040
'codecov',
4141
]
4242
lint_requires = [
43-
'flake8>=3.8.1',
43+
'flake8>=3.8.4',
4444
]
4545
typecheck_requires = [
46-
'mypy>=0.770',
46+
'mypy>=0.790',
4747
]
4848
dev_requires: List[str] = [
4949
# 'pytest-sugar>=0.9.1',

0 commit comments

Comments
 (0)