Skip to content

Bump starlette from 0.36.1 to 0.37.0

Ronan Amicel requested to merge dependabot-pip-starlette-0.37.0 into main

Bumps starlette from 0.36.1 to 0.37.0.

Release notes

Sourced from starlette's releases.

Version 0.37.0

Added

  • Support the WebSocket Denial Response ASGI extension #2041.

Full Changelog: https://github.com/encode/starlette/compare/0.36.3...0.37.0

Version 0.36.3

Fixed

  • Create anyio.Event on async context #2459.

Full Changelog: https://github.com/encode/starlette/compare/0.36.2...0.36.3

Version 0.36.2

Fixed

  • Upgrade python-multipart to 0.0.7 13e5c26.
  • Avoid duplicate charset on Content-Type #2443.

Full Changelog: https://github.com/encode/starlette/compare/0.36.1...0.36.2

Changelog

Sourced from starlette's changelog.

0.37.0

February 5, 2024

Added

  • Support the WebSocket Denial Response ASGI extension #2041.

0.36.3

February 4, 2024

Fixed

  • Create anyio.Event on async context #2459.

0.36.2

February 3, 2024

Fixed

  • Upgrade python-multipart to 0.0.7 13e5c26.
  • Avoid duplicate charset on Content-Type #2443.
Commits

Merge request reports