- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for custom_field (0.18 sec)
-
tests/test_arbitrary_types.py
model_config = ConfigDict(arbitrary_types_allowed=True) custom_field: FakeNumpyArrayPydantic ta = TypeAdapter(MyModel) assert ta.dump_python(MyModel(custom_field=FakeNumpyArray())) == { "custom_field": [1.0, 2.0, 3.0] } assert ta.json_schema() == snapshot( { "properties": { "custom_field": { "items": {"type": "number"},
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Dec 20 15:55:38 UTC 2025 - 3.8K bytes - Viewed (0)