IABSD.fr/ports/www/py-uvicorn/distinfo

Branch :


Log

Author Commit Date CI Message
08720d71 2026-07-30 14:08:17 update to py3-uvicorn-0.52.0
b59dbc28 2026-06-07 11:27:18 update to py3-uvicorn-0.49.0
ae997e7d 2026-01-06 11:01:47 Update to py3-uvicorn-0.40.0.
da7beae5 2025-11-23 14:02:16 Update to py3-uvicorn-0.38.0.
88b8df0b 2025-09-28 09:52:53 update to py3-uvicorn-0.37.0
3216035d 2025-09-20 11:50:39 update to py3-uvicorn-0.36.0
c1b281c8 2025-08-11 15:43:22 update to py3-uvicorn-0.35.0
902450e9 2025-06-10 06:58:05 update to py3-uvicorn-0.34.3
ca813c8e 2025-05-14 07:48:39 import ports/www/py-uvicorn, ok landry Uvicorn is an ASGI web server implementation for Python. Until recently Python has lacked a minimal low-level server/application interface for async frameworks. The ASGI specification fills this gap, and means we're now able to start building a common set of tooling usable across all async frameworks. Uvicorn supports HTTP/1.1 and WebSockets.