-
We should update the SQLAlchemy for SQLA 2.0 compatibility. The plugin should be compatible with both v1.4.* and v2.0.0.
-
## Description
`msgspec.json.encode` does not seems to play well with strutclog's `JSONRenderer`:
```python
Traceback (most recent call last):
File "/home/gazorby/.cache/pypoetry/virtualenvs…
-
It would be great to have an `htmx` support added under `starlite.contrib.htmx`.
For example, see this package: https://github.com/adamchainz/django-htmx
-
The error is here:
```
Traceback (most recent call last):
File "C:\Users\hanne\Documents\Programme\analyze-wiktionary\.venv\lib\site-packages\starlite\middleware\session\cookie_backend.py", line …
-
It was reported that Piccolo Admin doesn't work with the Starlite framework.
It should be possible to mount Piccolo Admin:
https://starlite-api.github.io/starlite/usage/2-route-handlers/3-asgi-r…
-
**Describe the bug**
Adding a previously attached route using `app.register` should not be allowed. `starlite.exceptions.http_exceptions.ImproperlyConfiguredException` should be raised.
**To Repro…
-
Fixtures such as the integration test client, and the caplog fixture would be of benefit downstream if there was a way to make them available.
-
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…
-
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 …
-
**What's the feature you'd like to ask for.**
Starlette (and hence FastAPI) run sync background tasks in a threadpool. From my read of Starlite's code, functions are always invoked directly. This cau…