-
Hi again,
In pydantic I can pass any kwargs to a `Field` and these will be set as a dictionary under the `ModelField.field_info.extra` dictionary (if extra is allowed). I can also pass an extra dic…
-
Hi again,
So I encountered an issue when trying to integrate msgspec into the internal of our libraries, namely - there is no way for me to easily access the field information on a struct.
The `…
-
**Describe the bug**
Outside of a request handler, I'm unable to log `debug` or `info` level statements. Only `warning` and above will log.
**To Reproduce**
Here is an MCVE:
```python
im…
-
Creating a model after building a factory of the model rises a validation error of the default values not being defined.
Example:
```python
class TestModel(ormar.Model):
class Meta(ormar.Mod…