Ping RetiSpec
Ping RetiSpec
[BUG] Dataclass.from_json with Union type fields infers missing fields and fails in the wrong spot
### Description I have a Message json dataclass that has a field namely "record" that can be dataclass Record1, Record2, or Record3. The code fails trying to infer record with...
Hi, is there a way to exclude Totals column and row, and set a customized order of data in the pivot table? Thanks!
### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description I have a generic dataclass model that is used as a response model in a fastapi...
``` File "/test.py", line 4, in import rawpy File "/usr/local/lib/python3.11/site-packages/rawpy/__init__.py", line 5, in import rawpy._rawpy File "rawpy/_rawpy.pyx", line 1, in init rawpy._rawpy ValueError: numpy.dtype size changed, may indicate binary incompatibility....