Skip to content

Update dependency starlette to ^0.14.0#32

Merged
jb3 merged 1 commit into
mainfrom
renovate/starlette-0.x
Dec 16, 2020
Merged

Update dependency starlette to ^0.14.0#32
jb3 merged 1 commit into
mainfrom
renovate/starlette-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Dec 16, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
starlette dependencies minor ^0.13.8 -> ^0.14.0

Release Notes

encode/starlette

v0.14.1

Compare Source

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.

v0.14.0

Compare Source

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.

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate Bot requested a review from ks129 as a code owner December 16, 2020 02:07
@ghost
Copy link
Copy Markdown

ghost commented Dec 16, 2020

Thank you for contributing to Python Discord!

Please check out the following documents:

@ghost ghost added the needs 1 approval label Dec 16, 2020
jb3
jb3 previously approved these changes Dec 16, 2020
@ghost ghost removed the needs 1 approval label Dec 16, 2020
@renovate renovate Bot force-pushed the renovate/starlette-0.x branch from 586f83b to 34f813c Compare December 16, 2020 02:30
@ghost ghost added the needs 1 approval label Dec 16, 2020
@ghost ghost removed the needs 1 approval label Dec 16, 2020
@jb3 jb3 merged commit 94b1589 into main Dec 16, 2020
@jb3 jb3 deleted the renovate/starlette-0.x branch December 16, 2020 02:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants