Skip to content

Commit 51dbde5

Browse files
authored
📝 Add sniffio dependency to project requirements (#421)
1 parent 3b99641 commit 51dbde5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ classifiers = [
3535
]
3636
dependencies = [
3737
"anyio >=3.4.0,<5.0",
38+
"sniffio >=1.1",
3839
"typing_extensions >=4.8.0; python_version < '3.10'"
3940
]
4041

0 commit comments

Comments
 (0)