16 lines
345 B
Diff
16 lines
345 B
Diff
|
|
Index: twisted-25.5.0/pyproject.toml
|
||
|
|
===================================================================
|
||
|
|
--- twisted-25.5.0.orig/pyproject.toml
|
||
|
|
+++ twisted-25.5.0/pyproject.toml
|
||
|
|
@@ -97,8 +97,8 @@ serial = [
|
||
|
|
]
|
||
|
|
|
||
|
|
http2 = [
|
||
|
|
- "h2 >= 3.2, < 5.0",
|
||
|
|
- "priority >= 1.1.0, < 2.0",
|
||
|
|
+ "h2 >= 3.2",
|
||
|
|
+ "priority >= 1.1.0",
|
||
|
|
]
|
||
|
|
|
||
|
|
websocket = [
|