v2.1.0ΒΆ
Released on Jun 6, 2022 (diff).
The method
jsonrpc.WSGIHandler.handle_request()
is decomposed into the several using thefunctools.singledispatchmethod
decorator.Now the method
jsonrpc.WSGIHandler.handle_request()
is raisingValueError
due the invocation with unsupported request type.