Skip to content
This repository was archived by the owner on Oct 4, 2025. It is now read-only.

Bump starlette from 0.13.6 to 0.14.2#20

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/starlette-0.14.2
Closed

Bump starlette from 0.13.6 to 0.14.2#20
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/starlette-0.14.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2021

Bumps starlette from 0.13.6 to 0.14.2.

Release notes

Sourced from starlette's releases.

Version 0.14.2

Fixed

  • Fixed ServerErrorMiddleware compatibility with Python 3.9.1/3.8.7 when debug mode is enabled - #1132.
  • Fixed unclosed socket ResourceWarnings when using the TestClient with WebSocket endpoints - #1132.
  • Improved detection of async endpoints wrapped in functools.partial on Python 3.8+ - #1106.

Version 0.14.1

Removed

  • UJSONResponse was removed (this change was intended to be included in 0.14.0). Please see the documentation for how to implement responses using custom JSON serialization - #1074.

Version 0.14.0

Added

  • Starlette now officially supports Python3.9.
  • In StreamingResponse, allow custom async iterator such as objects from classes implementing __aiter__.
  • Allow usage of functools.partial async handlers in Python versions 3.6 and 3.7.
  • Add 418 I'm A Teapot status code.

Changed

  • Create tasks from handler coroutines before sending them to asyncio.wait.
  • Use format_exception instead of format_tb in ServerErrorMiddleware's debug responses.
  • Be more lenient with handler arguments when using the requires decorator.

Version 0.13.8

  • Revert Queue(maxsize=1) fix for BaseHTTPMiddleware middleware classes and streaming responses.

  • The StaticFiles constructor now allows pathlib.Path in addition to strings for its directory argument.

Version 0.13.7

  • Fix high memory usage when using BaseHTTPMiddleware middleware classes and streaming responses.
Changelog

Sourced from starlette's changelog.

0.14.2

February 2, 2021

Fixed

  • Fixed ServerErrorMiddleware compatibility with Python 3.9.1/3.8.7 when debug mode is enabled - #1132.
  • Fixed unclosed socket ResourceWarnings when using the TestClient with WebSocket endpoints - #1132.
  • Improved detection of async endpoints wrapped in functools.partial on Python 3.8+ - #1106.

0.14.1

November 9th, 2020

Removed

  • UJSONResponse was removed (this change was intended to be included in 0.14.0). Please see the documentation for how to implement responses using custom JSON serialization - #1074.

0.14.0

November 8th, 2020

Added

  • Starlette now officially supports Python3.9.
  • In StreamingResponse, allow custom async iterator such as objects from classes implementing __aiter__.
  • Allow usage of functools.partial async handlers in Python versions 3.6 and 3.7.
  • Add 418 I'm A Teapot status code.

Changed

  • Create tasks from handler coroutines before sending them to asyncio.wait.
  • Use format_exception instead of format_tb in ServerErrorMiddleware's debug responses.
  • Be more lenient with handler arguments when using the requires decorator.

0.13.8

  • Revert Queue(maxsize=1) fix for BaseHTTPMiddleware middleware classes and streaming responses.

  • The StaticFiles constructor now allows pathlib.Path in addition to strings for its directory argument.

0.13.7

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 3, 2021
@dependabot dependabot bot force-pushed the dependabot/pip/starlette-0.14.2 branch from 437a512 to 930c5a9 Compare February 26, 2021 17:02
@dependabot dependabot bot force-pushed the dependabot/pip/starlette-0.14.2 branch from 930c5a9 to 0ed6904 Compare March 16, 2021 18:50
@dependabot dependabot bot force-pushed the dependabot/pip/starlette-0.14.2 branch 2 times, most recently from ee7716d to 91d5f78 Compare April 11, 2021 14:52
@dependabot dependabot bot force-pushed the dependabot/pip/starlette-0.14.2 branch from 91d5f78 to 2d5c311 Compare April 12, 2021 19:21
@dependabot dependabot bot force-pushed the dependabot/pip/starlette-0.14.2 branch from 2d5c311 to 4b650ee Compare May 11, 2021 15:38
@dependabot dependabot bot force-pushed the dependabot/pip/starlette-0.14.2 branch from 4b650ee to 98106bd Compare May 11, 2021 15:38
@mishankov mishankov closed this May 11, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 11, 2021

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/starlette-0.14.2 branch May 11, 2021 15:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant