File remove-dependency-version-upper-bounds.patch of Package python-Twisted
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 = [