python-Twisted/remove-dependency-version-upper-bounds.patch

16 lines
355 B
Diff

Index: twisted-23.10.0/pyproject.toml
===================================================================
--- twisted-23.10.0.orig/pyproject.toml
+++ twisted-23.10.0/pyproject.toml
@@ -95,8 +95,8 @@ serial = [
]
http2 = [
- "h2 >= 3.0, < 5.0",
- "priority >= 1.1.0, < 2.0",
+ "h2 >= 3.0",
+ "priority >= 1.1.0",
]
all-non-platform = [