-
### Description
When using SQLAlchemy 1.4x and `starlite.contrib.sqlalchemy_1.plugin.SQLAlchemyPlugin` we get the following error on application startup:
```
File "/home/peter/PycharmProjects…
-
**What's the feature you'd like to ask for.**
Starlite-specific implementation of [Starlette's `datastructures.Secret`](https://github.com/encode/starlette/blob/ada845cc8ad0b531b16749b9bf3a57114c60c6…
-
**Describe the bug**
If you include `from __future__ import annotations` in the same file as a route handler that returns a `starlite.Template` the template will not be rendered. Instead, the `starli…
-
For data validation in request handler parameters Starlite returns JSON
`
detail: "Validation failed for POST http://localhost:8000/api/a/brand/:\n\ndata -> age\n field required (type=value_error.m…
-
**Describe the bug**
When a pydantic model with a root_validator is passed to the `data` parameter of a route handler, the `data` object is passed as a dict, rather than as the type of the model.
…
-
## 🐛 Bug Reports
I can not link to the correct virtual environment in OS X. Instead, the system Python is always used.
### 🌍 Environment
- Your operating system and version: OS X Big Sur 11.…
-
We should add support for WTForms under `starlite.contrib`. As an example see: https://github.com/muicss/starlette-wtf and https://github.com/wtforms/flask-wtf
-
### Checks
* [x] I added a descriptive title to this issue
* [x] I have searched (google, github) for similar issues and couldn't find anything
* [x] I have read and followed [the docs](https://p…
-
On the same request, what should happen if a dependency and a parameter both fail validation?
At the moment the client gets the 4xx from the validation error because we treat dependencies the same …
-
`starlite` integration was added in https://github.com/strawberry-graphql/strawberry/pull/2391 in which docs were added.
The doc file does exist - https://github.com/strawberry-graphql/strawberry/b…