Skip to content

Commit 5453917

Browse files
committed
Relax PyAV version pinning
Versions 15.x and 16.x of PyAV work too.
1 parent 2236bb3 commit 5453917

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
@@ -26,7 +26,7 @@ classifiers = [
2626
]
2727
dependencies = [
2828
"aioice>=0.10.1,<1.0.0",
29-
"av>=14.0.0,<15.0.0",
29+
"av>=14.0.0,<17.0.0",
3030
"cryptography>=44.0.0",
3131
"google-crc32c>=1.1",
3232
"pyee>=13.0.0",

0 commit comments

Comments
 (0)