Currently cbor2 is pinned to <6. ``` cbor2>=5.1.2,<6.0.0; python_version < '3.9' cbor2>=5.5.0,<6.0.0; python_version >= '3.9' ``` Latest version is a complete rewrite in rust, safer and a lot faster. Would it be possible to relax the and allow 6.x.
Currently cbor2 is pinned to <6.
Latest version is a complete rewrite in rust, safer and a lot faster.
Would it be possible to relax the and allow 6.x.