I first discovered this bug in our large production codebase that uses nanobind. We use python3.10 by default, but also support python3.11 and python3.12. When I switched to python3.11/3.12 and ran ...
The JSON schema is treated as a contract between all parties that produce and consume logs in the system. It defines which structured fields are allowed to appear in logs and which types they must ...