irrdnet/irrd

cbor.decoder module has been deprecated. Instead import everything directly from cbor2.

Closed this issue · 1 comments

running irrd 4.4.2 under ubuntu22 with python3.10

Jan 20 01:48:32 irrd-dev03 irrd[3380471]: /usr/local/lib/python3.10/dist-packages/cbor2/decoder.py:7: UserWarning: The cbor.decoder module has been deprecated. Instead import everything directly from cbor2.
Jan 20 01:48:32 irrd-dev03 irrd[3380471]:   warn("The cbor.decoder module has been deprecated. Instead import everything directly from cbor2.")

Already fixed in 4.5 by updating webauthn to 1.11.1. Don't think we need to backport to 4.4 for now.