Files
py-libp2p/newsfragments/746.bugfix.rst
2025-08-12 07:34:33 -06:00

4 lines
221 B
ReStructuredText

Improved type safety in `get_mux()` and `get_protocols()` by returning properly typed values instead
of `Any`. Also updated `identify.py` and `discovery.py` to handle `None` values safely and
compare protocols correctly.