Tiago Silva
Tiago Silva
Yes that is correct. For the async client we adopt something else. In fact you are correct. We should implement the AsyncTestClient directly. We should also deprecate python 3.8 now
Apparently @devkral , httpx is considering releasing 2 different versions. Httpx for sync and async. I'm not sure how that conversation is going yet but there are active conversations. At...
Let's table this for now
> Hello, I have a problem when a session is active. > > ```python > # For the exemple home url = '/' > async def home(request: Request): > return...
@paroxyste-0 yes apologies for the long time replying but we were doing some internal changes and I completely missed this. We made a slight typo mistake that was causing this...
This has been opened for a while and a fix was already addressed
> > This is a great tool and I used in the past, so it would be nice to also support Lilya. > > Lilya: https://lilya.dev > > Hi @tarsil,...
> > Lilya in theory follows the same guidelines as Starlette so I do think so? Also, I don't understand the CI issue that passed on my local > >...
This is more of a package dependency (monkay) than lilya. Monkay is our lazy settings system. I asked one of the maintainers to have a look. Let's see what he...
> Just tried pypy3.11, which is the latest pypy version. It failed, too. > > Personally, I won't ask Lilya to support pypy, it's only a good-to-have feature. So if...