-
### Summary
https://docs.litestar.dev/2/usage/requests.html#request-body states that:
> The type of data an be any supported type, including
>
> - [dataclasses](https://docs.python.org/3/libr…
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
### Summary
Allow dependencies for DI to be given like `[provide_service_one, provide_service_two]` instead of `{"service_one": provide_service_one, "service_two": provide_service_two}`.
The depen…
guacs updated
10 months ago
-
This page is a living document outlining the major projects we're working on next for reflex 0.7.0. The projects are ordered more-or-less in the order we plan to complete them.
Feel free to comment…
-
Currently microbootstrap doesn't handle apps that are not Litestar or FastAPI apps, moreover, do not expose any HTTP API.
An example is a worker: it just does some things without serving an API. T…
-
### Summary
There are a few places in the documentation that refer to "repositories". Some examples (perhaps not exhaustive):
- https://docs.litestar.dev/latest/tutorials/repository-tutorial/01-mode…
-
The recently introduced dependency on `multipart` made it impossible to package the new version on Gentoo Linux since we already package `python-multipart` which uses the same package name (sic!) and …
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
### Description
Pydantic models use the field alias for validation and the field name for serialization (unless `prefer_alias=True` is passed explicitly). However the generated OpenAPI shows the al…
-
### Description
It pulls up this error when following the tutorial. This appears to be something caused by pydantic migrations for some reason?
Here is my dependancies
annotated-types==0.6.0
any…