]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
⬆Increase supported version of aiofiles to suppress warnings (#2899)
authorSnkSynthesis <63564282+SnkSynthesis@users.noreply.github.com>
Tue, 5 Oct 2021 09:17:14 +0000 (02:17 -0700)
committerGitHub <noreply@github.com>
Tue, 5 Oct 2021 09:17:14 +0000 (11:17 +0200)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
pyproject.toml

index 30ebe55ccf715906d0ccf6c51f40fd76e865f17d..49af63663f64189ae685f7cf579ac20295a6f7bc 100644 (file)
@@ -60,7 +60,7 @@ test = [
     "orjson >=3.2.1,<4.0.0",
     "ujson >=4.0.1,<5.0.0",
     "python-multipart >=0.0.5,<0.0.6",
-    "aiofiles >=0.5.0,<0.6.0",
+    "aiofiles >=0.5.0,<0.8.0",
     "flask >=1.1.2,<2.0.0",
     "async_exit_stack >=1.0.1,<2.0.0; python_version < '3.7'",
     "async_generator >=1.10,<2.0.0; python_version < '3.7'",
@@ -88,7 +88,7 @@ dev = [
 ]
 all = [
     "requests >=2.24.0,<3.0.0",
-    "aiofiles >=0.5.0,<0.6.0",
+    "aiofiles >=0.5.0,<0.8.0",
     "jinja2 >=2.11.2,<3.0.0",
     "python-multipart >=0.0.5,<0.0.6",
     "itsdangerous >=1.1.0,<2.0.0",