Skip to content

Commit f3fe168

Browse files
authored
remove upper bound on anyio (#1192)
1 parent beb0d45 commit f3fe168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers = [
2727
]
2828
requires-python = ">=3.8"
2929
dependencies = [
30-
"anyio>=3.1.0,<4",
30+
"anyio>=3.1.0",
3131
"argon2-cffi",
3232
"jinja2",
3333
"jupyter_client>=7.4.4",

0 commit comments

Comments
 (0)