Skip to content

Bump starlette from 0.36.1 to 0.39.0

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

Bumps starlette from 0.36.1 to 0.39.0.

Release notes

Sourced from starlette's releases.

Version 0.39.0

Added

  • Add support for HTTP Range to FileResponse #2697

Full Changelog: https://github.com/encode/starlette/compare/0.38.6...0.39.0

Version 0.38.6

Fixed

  • Close unclosed MemoryObjectReceiveStream in TestClient #2693.

Full Changelog: https://github.com/encode/starlette/compare/0.38.5...0.38.6

Version 0.38.5

Fixed

  • Schedule BackgroundTasks from within BaseHTTPMiddleware #2688. This behavior was removed in 0.38.3, and is now restored.

Full Changelog: https://github.com/encode/starlette/compare/0.38.4...0.38.5

Version 0.38.4

Fixed

  • Ensure accurate root_path removal in get_route_path function #2600

Full Changelog: https://github.com/encode/starlette/compare/0.38.3...0.38.4

Version 0.38.3

Added

  • Support for Python 3.13 #2662.

Fixed

  • Don't poll for disconnects in BaseHTTPMiddleware via StreamingResponse #2620.

Full Changelog: https://github.com/encode/starlette/compare/0.38.2...0.38.3

... (truncated)

Changelog

Sourced from starlette's changelog.

0.39.0 (September 23, 2024)

Added

0.38.6 (September 22, 2024)

Fixed

  • Close unclosed MemoryObjectReceiveStream in TestClient #2693.

0.38.5 (September 7, 2024)

Fixed

  • Schedule BackgroundTasks from within BaseHTTPMiddleware #2688. This behavior was removed in 0.38.3, and is now restored.

0.38.4 (September 1, 2024)

Fixed

  • Ensure accurate root_path removal in get_route_path function #2600.

0.38.3 (September 1, 2024)

Added

  • Support for Python 3.13 #2662.

Fixed

  • Don't poll for disconnects in BaseHTTPMiddleware via StreamingResponse #2620.

0.38.2 (July 27, 2024)

Fixed

  • Not assume all routines have __name__ on routing.get_name() #2648.

0.38.1 (July 23, 2024)

Removed

  • Revert "Add support for ASGI pathsend extension" #2649.

0.38.0 (July 20, 2024)

... (truncated)

Commits

Merge request reports