Skip to content

Bump starlette from 0.27.0 to 0.32.0.post1

Ronan Amicel requested to merge dependabot-pip-starlette-0.32.0.post1 into main

Bumps starlette from 0.27.0 to 0.32.0.post1.

Release notes

Sourced from starlette's releases.

Version 0.32.0.post1

Fixed

  • Revert mkdocs-material from 9.1.17 to 9.4.7 #2326.

Version 0.32.0

Added

  • Send reason on WebSocketDisconnect #2309.
  • Add domain parameter to SessionMiddleware #2280.

Changed

  • Inherit from HTMLResponse instead of Response on _TemplateResponse #2274.
  • Restore the Response.render type annotation to its pre-0.31.0 state #2264.

Full Changelog: https://github.com/encode/starlette/compare/0.31.1...0.32.0

Version 0.31.1

Fixed

  • Fix import error when exceptiongroup isn't available #2231.
  • Set url_for global for custom Jinja environments #2230.

Full Changelog: https://github.com/encode/starlette/compare/0.31.0...0.31.1

Version 0.31.0

Added

  • Officially support Python 3.12 #2214.
  • Support AnyIO 4.0 #2211.
  • Strictly type annotate Starlette (strict mode on mypy) #2180.

Fixed

  • Don't group duplicated headers on a single string when using the TestClient #2219.

Full Changelog: https://github.com/encode/starlette/compare/0.30.0...0.31.0

Version 0.30.0

Removed

  • Drop Python 3.7 support #2178.

Version 0.29.0

Added

... (truncated)

Changelog

Sourced from starlette's changelog.

0.32.0.post1

November 5, 2023

Fixed

  • Revert mkdocs-material from 9.1.17 to 9.4.7 #2326.

0.32.0

November 4, 2023

Added

  • Send reason on WebSocketDisconnect #2309.
  • Add domain parameter to SessionMiddleware #2280.

Changed

  • Inherit from HTMLResponse instead of Response on _TemplateResponse #2274.
  • Restore the Response.render type annotation to its pre-0.31.0 state #2264.

0.31.1

August 26, 2023

Fixed

  • Fix import error when exceptiongroup isn't available #2231.
  • Set url_for global for custom Jinja environments #2230.

0.31.0

July 24, 2023

Added

  • Officially support Python 3.12 #2214.
  • Support AnyIO 4.0 #2211.
  • Strictly type annotate Starlette (strict mode on mypy) #2180.

Fixed

  • Don't group duplicated headers on a single string when using the TestClient #2219.

0.30.0

July 13, 2023

Removed

... (truncated)

Commits

Merge request reports