Skip to content

Build(deps): Bump uvicorn[standard] from 0.30.1 to 0.30.3

Ronan Amicel requested to merge dependabot-pip-uvicorn-standard--0.30.3 into main

Bumps uvicorn[standard] from 0.30.1 to 0.30.3.

Release notes

Sourced from uvicorn[standard]'s releases.

Version 0.30.3

Fixed

  • Suppress KeyboardInterrupt from CLI and programmatic usage (#2384)
  • ClientDisconnect inherits from OSError instead of IOError (#2393)

Full Changelog: https://github.com/encode/uvicorn/compare/0.30.2...0.30.3

0.30.2

Added

Fixed

  • Iterate subprocesses in-place on the process manager (#2373)

Full Changelog: https://github.com/encode/uvicorn/compare/0.30.1...0.30.2

Changelog

Sourced from uvicorn[standard]'s changelog.

0.30.3 (2024-07-20)

Fixed

  • Suppress KeyboardInterrupt from CLI and programmatic usage (#2384)
  • ClientDisconnect inherits from OSError instead of IOError (#2393)

0.30.2 (2024-07-20)

Added

Fixed

  • Iterate subprocesses in-place on the process manager (#2373)
Commits

Merge request reports