Martin P

Results 4 issues of Martin P

### Initial Checks - [x] I confirm that I'm using Pydantic V2 ### Description When inspecting models dynamically, I mainly use the `model_fields` attribute to get the `FieldInfo` for each...

feature request

ncls 0.0.68 fails to build for CPython 3.13 on windows (x64). It does work for ubuntu 20.04 though. Using CPython 3.12 the build also works, and for CPython 3.11 there...

### Initial Checks - [X] I confirm that I'm using Pydantic V2 ### Description Is it intended that Decimals come out as strings when dumped to json? I could not...

feature request
topic-serialization

Before I begin, here is some context: I would love to incorporate ruff as a pre-commit formatter for one of our projects. We developed the habit of almost always separating...

formatter
style