-
Hey, thanks for sharing this!
Most of the code seems to be pretty generic when it comes to framework. I started converting it to Litestar [here](https://github.com/ccrvlh/litestar-sso), however, th…
-
_This is continuation of the discussion from https://github.com/emmett-framework/granian/issues/286#issuecomment-2389694146_
Hello! I experience an issue when running Litestar with Granian that I d…
-
We currently also use `flask_pydantic` since that was our first step into getting pydantic incorporated into flask.
It's `validate` function uses the pydantic model for the query as-is to check the…
-
### Does this suggestion already exist?
- [X] This is a new feature!
### Feature description
Take for instance I am using the Litestar framework that already has an extensive CLI implemented on top…
-
Hi there,
I'm one of the maintainers of [Litestar](https://litestar.dev/). We received a request to add support for supertokens -> https://github.com/litestar-org/litestar/issues/1497. I'm willing …
-
**Describe the incorrect behavior you saw**
I am running `Scrapy` inside an ASGI framework called `Litestar` and using `Uvicorn` as the server. `Scrapy` is built on top of `Twisted`.
When I run…
-
We started supporting `failed_request_status_code` for Starlette/FastAPI in https://github.com/getsentry/sentry-python/pull/3008. We should add the option to other web frameworks as well.
- [ ] Djang…
-
### Summary
Litestar supports query parameters that are validated as Pydantic models. As seen in the code under "Basic Example", validation of query parameters do indeed work as per the constraints s…
-
**What's the feature you'd like to ask for.**
I was a good user of Nest JS framework and was looking for a similar framework in python and was happy that I found 'Starlite'. So as I started exploring…
-
## Sanic
Since you're giving Robyn the opportunity to run on its own server, you should do the same for Sanic.
Here's the results of Sanic with uvicorn:
```text
wrk -t12 -c400 -d10s -s wrk_s…