-
Hi, I'm having this problem when serializing query results with Pydantic.
Piccolo returns `piccolo.columns.UUID` columns as `asyncpg.pgproto.pgproto.UUID` objects, which seems not to play well with s…
-
Hi,
I`ve tried to integrate starlite with newrelic,
but getting error
`CIMultiDict keys should be either str or subclasses of str`
could you guys help me why this happen?
this is my sampl…
-
**Describe the bug**
1. Optional types in query parameters don't seem to play well with OpenAPI, resulting in a bad schema, *except* that upon some more testing if there is more than one non-None t…
-
**What's the feature you'd like to ask for.**
Currently using the `starlite run` command requires users to install uvicorn, which is impractical should they be using e.g. hypercorn or Daphne. I'd lik…
-
Hi there, the code for the lib is no longer supported by flake8:
```text
There was a critical error during execution of Flake8:
plugin code for `flake8-dunder-all[DALL]` does not match ^[A-Z]{1,3…
-
**Describe the bug**
`JWTAuth.login` instantiates and returns a `starlite.Response` object that does not respect custom defined `type_encoders`. This will raise an exception if the response body cust…
-
[Application object](https://starliteproject.dev/lib/usage/the-starlite-app.html#application-object) mentions that the instance of `Starlite` is typically placed inside a file called `main.py`. The `C…
-
It would be nice to implement some kind of content negotiation based on the `Accept` header.
I have an endpoint that should serve a graph in different formats. Depending on the requested mime type…
-
**Describe the bug**
I have a basic cached endpoint like this:
```
@get(
path="/",
cache=30,
include_in_schema=False,
)
async def get_stuff(self) -> dict:
…
-
**Describe the bug**
I have a very minimal hello world application in Starlite, using Poetry.
I have installed python-dotenv, and created a base env file that points to the poetry package.
However,…