]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Bump anyio requirement from 3.x to 3.x, 4.x (#1460)
authorMarcelo Trylesinski <marcelotryle@gmail.com>
Wed, 9 Feb 2022 14:14:22 +0000 (15:14 +0100)
committerGitHub <noreply@github.com>
Wed, 9 Feb 2022 14:14:22 +0000 (14:14 +0000)
* Bump anyio from 3.x to 4.0

* Update setup.py

Co-authored-by: Tom Christie <tom@tomchristie.com>
setup.py

index 9070811b4191230b2377aacdc0baa7254d1346f4..479a4a6d4cd51bc6e7f0206e4db804049ed34cc3 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -38,7 +38,7 @@ setup(
     package_data={"starlette": ["py.typed"]},
     include_package_data=True,
     install_requires=[
-        "anyio>=3.4.0,<4",
+        "anyio>=3.4.0,<5",
         "typing_extensions>=3.10.0; python_version < '3.10'",
         "contextlib2 >= 21.6.0; python_version < '3.7'",
     ],