Files
Marcus Hoffmann c41f5e2edd package/python-uvicorn: bump to 0.37.0
License hash changed due to adding new author name in [1].
Website changed to https://uvicorn.dev/.

Release Notes: https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md#0370-september-23-2025

[1] https://github.com/Kludex/uvicorn/commit/fe50e5d9933fc09c347b991d6376c02ada3f0f21

Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
Signed-off-by: Julien Olivain <ju.o@free.fr>
2025-10-18 12:48:54 +02:00

10 lines
249 B
Plaintext

config BR2_PACKAGE_PYTHON_UVICORN
bool "python-uvicorn"
select BR2_PACKAGE_PYTHON_CLICK # runtime
select BR2_PACKAGE_PYTHON_H11 # runtime
select BR2_PACKAGE_PYTHON3_SSL # runtime
help
The lightning-fast ASGI server.
https://uvicorn.dev/