v2.2.1#
Released on Jul 14, 2022 (diff).
Improved static type hinting in the
jsonrpc.Dispatcher
andjsonrpc.WSGIHandler
objects.The hash value of the
jsonrpc.Dispatcher
is now calculated using thefrozenset
class instead oftuple
class.
Released on Jul 14, 2022 (diff).
Improved static type hinting in the jsonrpc.Dispatcher
and jsonrpc.WSGIHandler
objects.
The hash value of the jsonrpc.Dispatcher
is now calculated
using the frozenset
class instead of tuple
class.