yukinarit
yukinarit
oh, both rye and official python dockerhub does not provide 3.14 yet. I will take a look when it is available.
Hi @nicoddemus Can you test with pyserde v0.26.2? It should be ok.
Hi @jogehl! Sorry for the delay in getting back to you. can you show the minimum reproducible code so that I can understand the problem?
Hi @davetapley! Thanks for proposal! It is useful to support CBOR IMO. But to keep pyserde's codebase simple, I would suggest creating a separate package e.g. pyserde-cbor. I can add...
@davetapley I thought namedtuple is obsolete in favor of dataclass :slightly_smiling_face: If you want oneliner to declare, how about using [make_dataclass](https://docs.python.org/3/library/dataclasses.html#dataclasses.make_dataclass)?
I wonder why `pip` does not install the wheel version 🤔