Skip to content

Update dependency uvicorn to v0.18.2 (develop)

RenovateBot requested to merge renovate/develop-uvicorn-0.x into develop

This MR contains the following updates:

Package Type Update Change
uvicorn (source, changelog) dependencies minor ==0.17.6 -> ==0.18.2

Release Notes

encode/uvicorn

v0.18.2

Compare Source

Fixed
  • Add default log_config on uvicorn.run() (#​1541) 24/06/22
  • Revert logging file name modification (#​1543) 27/06/22

v0.18.1

Compare Source

Fixed
  • Use DEFAULT_MAX_INCOMPLETE_EVENT_SIZE as default to h11_max_incomplete_event_size on the CLI (#​1534) 23/06/22

v0.18.0

Compare Source

Added
  • The reload flag prioritizes watchfiles instead of the deprecated watchgod (#​1437) 18/06/22
  • Annotate uvicorn.run() function (#​1423) 10/05/22
  • Allow configuring max_incomplete_event_size for h11 implementation (#​1514) 22/06/22
Removed
  • Remove asgiref dependency (#​1532) 22/06/22
Fixed
  • Turn raw_path into bytes on both websockets implementations (#​1487) 16/05/22
  • Revert log exception traceback in case of invalid HTTP request (#​1518) 14/06/22
  • Set asyncio.WindowsSelectorEventLoopPolicy() when using multiple workers to avoid "WinError 87" (#​1454) 22/06/22

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Merge request reports