-
Right now the [documentation on DTOs](https://starlite-api.github.io/starlite/usage/11-data-transfer-objects/) is quite rudimentary, and can be confusing if the reader doesn't already know what a DTO …
-
There seems to be an issue with the way constrained int are generated, so it seems to be impossible to get all possible values when for example we have a int with ge=1, and le=3
the possible values…
-
### 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…
-
When using pydantic.dataclasses.dataclass, `typing.get_type_hints()` output on a Pydantic model includes `__slots__` for the pure-Python version, but not for the Cython version.
Test case:
```py…
-
### Description
It seems that Starlite will return the non-alias field names for pydantic models in a response, but will generate the OpenAPI documentation based on the field aliases.
Take this c…
-
Hi!
Thanks for all of your efforts maintaining this library.
`redis-py` no longer installs `async_timeout` on python 3.11 (https://github.com/redis/redis-py/pull/2602/files), which manifests in …
-
### Description
Sometimes ModelFactory produces invalid values incompatible with pydantic.constr
### URL to code causing the issue
_No response_
### MCVE
```python
from pydantic import BaseModel,…
-
### Description
I've tried starting the app in debug mode (`STARLITE_DEBUG=true starlite run` or `starlite run --debug`).
I don't get any meaningful messages when the app encounters exceptions, is…
-
### Description
I am migrating a simple starlite application to litestar and noticed that the pattern/regex field of the parameter doesn't get validated anymore. I used this [this guide](https://do…
-
### Description
I have a small app that starts and works correctly in normal mode:
```
~/projects/nua4/nua-server main *8 +1 !7 ?2 starlite run -p 8003 …