Skip to content

Commit 8b63ef5

Browse files
committed
Fix http requirements
1 parent 4ae7833 commit 8b63ef5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "wyoming"
3-
version = "1.6.1"
3+
version = "1.6.2"
44
description = "Peer-to-peer protocol for voice assistants"
55
readme = "README.md"
66
requires-python = ">=3.8.1,<3.13"
@@ -62,6 +62,6 @@ zeroconf = [
6262
"zeroconf==0.88.0"
6363
]
6464
http = [
65-
"Flask==3.0.2",
65+
"Flask[async]==3.0.2",
6666
"swagger-ui-py==23.9.23",
6767
]

0 commit comments

Comments
 (0)