afdw
afdw
This file uses a lot shadowing, which makes it hard to understand. Suffix top-level functions that return `_ Ftactic.t` with "_ftactic" instead of using shadowing (this way the external interface...
### Description I have fairly deep JSON data, and I would want to be able to validate it using Pydantic. Currently it seem that the limit of depth when parsing...
### Description When executing `Model.model_validate(json.loads(…))`, I get spurious detections of cyclic references. ### Example Code Code: [main.py](https://github.com/user-attachments/files/15526020/main.py.log). Data: [x.json](https://github.com/user-attachments/files/15526022/x.json). Output: [out.log](https://github.com/user-attachments/files/15526023/out.log). ### Python, Pydantic & OS Version ``` pydantic version:...