-
Since the Piccolo ecosystem depends on Pydantic, the new `Pydantic V2` beta is out and libraries like FastAPI are [available for testing](https://github.com/tiangolo/fastapi/releases/tag/0.100.0-beta1…
-
### Description
It would be great if msgspec supported `field(validators=...)` for attrs classes.
This is adjacent to #494.
An issue I'm currently facing is that, since msgspec supports attrs c…
-
## Description
Sqlalchemy's `association_proxy` and hybrid properties are not reconginzed by DTO.
They won't be detected in APIDoc's output , OpenAPI and they aren't included in response too.…
-
### Description
I've got a `msgspec.Struct` request object that uses an `typing.Annotated` type as one of it's field types.
When viewing routes request object, I'm only seeing a str or null allowe…
-
### Description
Referencing a discussion on Discord: https://discord.com/channels/919193495116337154/1093516724864811038
It seems that the pydantic `Field()` in the model isn't parsed and genera…
-
This was raised on twitter, and may be important for some users. Currently `msgspec` is written as a c extension using some private cpython apis, making it incompatible with pypy. It would be good to …
-
### Summary
Can you please add a dependency override to the application. Something similar to fastapi's app.dependency_overrides.
This is important when trying to override a dependency while writi…