Skip to content

Bump uvicorn from 0.24.0.post1 to 0.25.0

Ronan Amicel requested to merge dependabot-pip-uvicorn-0.25.0 into main

Bumps uvicorn from 0.24.0.post1 to 0.25.0.

Release notes

Sourced from uvicorn's releases.

Version 0.25.0

Added

  • Support the WebSocket Denial Response ASGI extension (#1916) 17/12/23

Fixed

  • Allow explicit hidden file paths on --reload-include (#2176) 08/12/23
  • Properly annotate uvicorn.run() (#2158) 22/11/23

Full Changelog: https://github.com/encode/uvicorn/compare/0.24.0...0.25.0

Changelog

Sourced from uvicorn's changelog.

0.25.0 - 2023-12-17

Added

  • Support the WebSocket Denial Response ASGI extension (#1916) 17/12/23

Fixed

  • Allow explicit hidden file paths on --reload-include (#2176) 08/12/23
  • Properly annotate uvicorn.run() (#2158) 22/11/23
Commits

Merge request reports