Mathijs de Bruin
Mathijs de Bruin
@nethi Just a little head's up that I'm in the last passes of making cookie-based auth the default #1521. From now on, the user will authenticate with the backend, the...
@erauld Thanks for the contrib. Next time, be sure to mention # to get everything auto-referenced. You're also hereby challenged to provide regression tests! ;) @DanielVelaJ Thanks for the report!
> Signed-off-by: San Nguyen [[email protected]](mailto:[email protected]) > > with time.sleep(), the entire program is stopped, which yield very bad performance for server handling concurrent requests. > > Introducing new `async init`...
Possibly related: https://github.com/python-poetry/poetry/issues/5628#issuecomment-1129422709
I can confirm that changing the Python requirement in `pyproject.toml` to either one of the following values solves the issue: * `python = ">=3.9,=3.8.1,
@marsanla Thanks for the feedback. Could you please indicate what version of chainlit you experience it with? If you haven't already, could you please try with 1.3.0rc0?
In addition, could you please share the code for a complete minimal example which demonstrates the issue?
I just tried uploading a file in a subpath-mounted chainlit and was unable to replicate this issue on the current version of Chainlit. If this issue is still relevant, please...
Thanks for reporting this, it's really something we've missed. The regexp which validates languages is in https://github.com/Chainlit/chainlit/blob/main/backend/chainlit/server.py#L647, I'd love a PR correcting this!
@dosu What would you suggest as a regex to extend support for BCP 47?