Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 31, 2023

This PR contains the following updates:

Package Change Age Confidence
uvicorn (changelog) ^0.22.0^0.40.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

Kludex/uvicorn (uvicorn)

v0.40.0: Version 0.40.0

Compare Source

What's Changed

Full Changelog: Kludex/uvicorn@0.39.0...0.40.0

v0.39.0: Version 0.39.0

Compare Source

What's Changed

New Contributors

Full Changelog: Kludex/uvicorn@0.38.0...0.39.0

v0.38.0: Version 0.38.0

Compare Source

What's Changed


New Contributors

Full Changelog: Kludex/uvicorn@0.37.0...0.38.0

v0.37.0: Version 0.37.0

Compare Source

What's Changed

New Contributors

Full Changelog: Kludex/uvicorn@0.36.1...0.37.0

v0.36.1: Version 0.36.1

Compare Source

What's Changed

  • Raise an exception when calling removed Config.setup_event_loop() by @​Kludex in #​2709

Full Changelog: Kludex/uvicorn@0.36.0...0.36.1

v0.36.0: Version 0.36.0

Compare Source

Added


New Contributors

Full Changelog: Kludex/uvicorn@0.35.0...0.36.0

v0.35.0: Version 0.35.0

Compare Source

Added

Changed

New Contributors

Full Changelog: Kludex/uvicorn@0.34.3...0.35.0

v0.34.3: Version 0.34.3

Compare Source

What's Changed

New Contributors

Full Changelog: Kludex/uvicorn@0.34.2...0.34.3

v0.34.2: Version 0.34.2

Compare Source

What's Changed

New Contributors

Full Changelog: Kludex/uvicorn@0.34.1...0.34.2

v0.34.1: Version 0.34.1

Compare Source

What's Changed

New Contributors

Full Changelog: Kludex/uvicorn@0.34.0...0.34.1

v0.34.0: Version 0.34.0

Compare Source

What's Changed


Full Changelog: Kludex/uvicorn@0.33.0...0.34.0

v0.33.0: Version 0.33.0

Compare Source

What's Changed

New Contributors

Full Changelog: Kludex/uvicorn@0.32.1...0.33.0

v0.32.1: Version 0.32.1

Compare Source

What's Changed


Full Changelog: Kludex/uvicorn@0.32.0...0.32.1

v0.32.0: Version 0.32.0

Compare Source

Added

  • Officially support Python 3.13 (#​2482)
  • Warn when max_request_limit is exceeded (#​2430)

Full Changelog: Kludex/uvicorn@0.31.1...0.32.0

v0.31.1: Version 0.31.1

Compare Source

Fixed

  • Support WebSockets 0.13.1 #​2471
  • Restore support for [*] in trusted hosts #​2480
  • Add PathLike[str] type hint for ssl_keyfile #​2481

Full Changelog: Kludex/uvicorn@0.31.0...0.31.1

v0.31.0: Version 0.31.0

Compare Source

Added

Improve ProxyHeadersMiddleware (#​2468) and (#​2231):

  • Fix the host for requests from clients running on the proxy server itself.
  • Fallback to host that was already set for empty x-forwarded-for headers.
  • Also allow specifying IP Networks as trusted hosts. This greatly simplifies deployments
    on docker swarm/Kubernetes, where the reverse proxy might have a dynamic IP.
    • This includes support for IPv6 Address/Networks.

Full Changelog: Kludex/uvicorn@0.30.6...0.31.0

v0.30.6: Version 0.30.6

Compare Source

Fixed
  • Don't warn when upgrade is not WebSocket and depedencies are installed (#​2360)

Full Changelog: Kludex/uvicorn@0.30.5...0.30.6

v0.30.5: Version 0.30.5

Compare Source

Fixed
  • Don't close connection before receiving body on H11 (#​2408)

Full Changelog: Kludex/uvicorn@0.30.4...0.30.5

v0.30.4: Version 0.30.4

Compare Source

Fixed
  • Close connection when h11 sets client state to MUST_CLOSE #​2375

Full Changelog: Kludex/uvicorn@0.30.3...0.30.4

v0.30.3: Version 0.30.3

Compare Source

Fixed
  • Suppress KeyboardInterrupt from CLI and programmatic usage (#​2384)
  • ClientDisconnect inherits from OSError instead of IOError (#​2393)

Full Changelog: Kludex/uvicorn@0.30.2...0.30.3

v0.30.2: Version 0.30.2

Compare Source

Added
Fixed
  • Iterate subprocesses in-place on the process manager (#​2373)

Full Changelog: Kludex/uvicorn@0.30.1...0.30.2

v0.30.1: Version 0.30.1

Compare Source

Fixed
  • Allow horizontal tabs \t in response header values (#​2345)

Full Changelog: Kludex/uvicorn@0.30.0...0.30.1

v0.30.0: Version 0.30.0

Compare Source

Added
  • New multiprocess manager (#​2183)
  • Allow ConfigParser or a io.IO[Any] on log_config (#​1976)
Fixed
  • Suppress side effects of signal propagation (#​2317)
  • Send content-length header on 5xx (#​2304)
Deprecated
  • Deprecate the uvicorn.workers module (#​2302)

Full Changelog: Kludex/uvicorn@0.29.0...0.30.0

v0.29.0: Version 0.29.0

Compare Source

Added

Full Changelog: Kludex/uvicorn@0.28.1...0.29.0

v0.28.1: Version 0.28.1

Compare Source

Fixed

  • Revert raise ClientDisconnected on HTTP (#​2276)

Full Changelog: Kludex/uvicorn@0.28.0...0.28.1

v0.28.0: Version 0.28.0

Compare Source

Added

  • Raise ClientDisconnected on send() when client disconnected (#​2220) 12/02/24

Fixed

  • Except AttributeError on sys.stdin.fileno() for Windows IIS10 (#​1947) 29/02/24
  • Use X-Forwarded-Proto for WebSockets scheme when the proxy provides it (#​2258) 01/03/24

Full Changelog: Kludex/uvicorn@0.27.1...0.28.0

v0.27.1: Version 0.27.1

Compare Source

Fixed

  • Fix spurious h11.LocalProtocolError errors when processing pipelined requests (#​2243) 10/02/24

Full Changelog: Kludex/uvicorn@0.27.0.post1...0.27.1

v0.27.0: Version 0.27.0

Compare Source

Added
  • Raise ClientDisconnect(IOError) on send() when client disconnected (#​2218) 19/01/24
  • Bump ASGI WebSocket spec version to 2.4 (#​2221) 20/01/24

Full Changelog: Kludex/uvicorn@0.26.0...0.27.0

v0.26.0: Version 0.26.0

Compare Source

Changed
  • Update --root-path to include the root path prefix in the full ASGI path as per the ASGI spec (#​2213) 16/01/24
  • Use __future__.annotations on some internal modules (#​2199) 16/01/24

Full Changelog: Kludex/uvicorn@0.25.0...0.26.0

v0.25.0: Version 0.25.0

Compare Source

Added

  • Support the WebSocket Denial Response ASGI extension (#​1916) 17/12/23

Fixed

  • Allow explicit hidden file paths on --reload-include (#​2176) 08/12/23
  • Properly annotate uvicorn.run() (#​2158) 22/11/23

Full Changelog: Kludex/uvicorn@0.24.0...0.25.0

v0.24.0: Version 0.24.0

Compare Source

Added

  • Support Python 3.12 (#​2145) 04/11/23
  • Allow setting app via environment variable UVICORN_APP (#​2106)

Full Changelog: Kludex/uvicorn@0.23.2...0.24.0

v0.23.2: Version 0.23.2

Compare Source

Fixed

  • Maintain the same behavior of websockets from 10.4 on 11.0 (#​2061) 30/07/23

Full Changelog: Kludex/uvicorn@0.23.1...0.23.2

v0.23.1: Version 0.23.1

Compare Source

Fixed
  • Add typing_extensions for Python 3.10 and lower (#​2053) 18/07/23

Full Changelog: Kludex/uvicorn@0.23.0...0.23.1

v0.23.0: Version 0.23.0

Compare Source

Added

  • Add --ws-max-queue parameter WebSockets (#​2033) 10/07/23

Removed

  • Drop support for Python 3.7 (#​1996) 19/06/23
  • Remove asgiref as typing dependency (#​1999) 08/06/23

Fixed

  • Set scope["scheme"] to ws or wss instead of http or https on ProxyHeadersMiddleware for WebSockets (#​2043) 12/07/23

Changed

  • Raise ImportError on circular import (#​2040) 09/07/23
  • Use logger.getEffectiveLevel() instead of logger.level to check if log level is TRACE (#​1966) 01/06/23

Full Changelog: Kludex/uvicorn@0.22.0...0.23.0


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 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title fix(deps): pin uvicorn to ^0.23.2 fix(deps): pin uvicorn to ^0.24.0 Nov 4, 2023
@renovate renovate bot force-pushed the chore/renovate/uvicorn-0.x branch from e01fb32 to 6b2a395 Compare November 4, 2023 19:39
@renovate renovate bot changed the title fix(deps): pin uvicorn to ^0.24.0 fix(deps): pin uvicorn to ^0.25.0 Dec 21, 2023
@renovate renovate bot force-pushed the chore/renovate/uvicorn-0.x branch from 6b2a395 to c7c7aba Compare December 21, 2023 01:27
@renovate renovate bot changed the title fix(deps): pin uvicorn to ^0.25.0 fix(deps): pin uvicorn to ^0.26.0 Jan 16, 2024
@renovate renovate bot force-pushed the chore/renovate/uvicorn-0.x branch 2 times, most recently from ca5b0ec to afbb5b6 Compare January 22, 2024 22:55
@renovate renovate bot changed the title fix(deps): pin uvicorn to ^0.26.0 fix(deps): pin uvicorn to ^0.27.0 Jan 22, 2024
@renovate renovate bot changed the title fix(deps): pin uvicorn to ^0.27.0 fix(deps): pin uvicorn to ^0.27.1 Feb 10, 2024
@renovate renovate bot force-pushed the chore/renovate/uvicorn-0.x branch from afbb5b6 to f8fbcde Compare February 10, 2024 17:07
@renovate renovate bot force-pushed the chore/renovate/uvicorn-0.x branch from f8fbcde to 735e5ae Compare March 9, 2024 11:16
@renovate renovate bot changed the title fix(deps): pin uvicorn to ^0.27.1 fix(deps): pin uvicorn to ^0.28.0 Mar 9, 2024
@renovate renovate bot changed the title fix(deps): pin uvicorn to ^0.28.0 fix(deps): pin uvicorn to ^0.28.1 Mar 19, 2024
@renovate renovate bot force-pushed the chore/renovate/uvicorn-0.x branch 2 times, most recently from 1d06b84 to f15eff9 Compare March 20, 2024 07:20
@renovate renovate bot changed the title fix(deps): pin uvicorn to ^0.28.1 fix(deps): pin uvicorn to ^0.29.0 Mar 20, 2024
@renovate renovate bot force-pushed the chore/renovate/uvicorn-0.x branch from f15eff9 to 72505fa Compare May 28, 2024 09:09
@renovate renovate bot changed the title fix(deps): pin uvicorn to ^0.29.0 fix(deps): pin uvicorn to ^0.30.0 May 28, 2024
@renovate renovate bot force-pushed the chore/renovate/uvicorn-0.x branch from 72505fa to 273415b Compare June 2, 2024 09:53
@renovate renovate bot changed the title fix(deps): pin uvicorn to ^0.30.0 fix(deps): pin uvicorn to ^0.30.1 Jun 2, 2024
@renovate renovate bot force-pushed the chore/renovate/uvicorn-0.x branch from 273415b to b9ba527 Compare July 20, 2024 09:04
@renovate renovate bot changed the title fix(deps): pin uvicorn to ^0.30.1 fix(deps): pin uvicorn to ^0.30.2 Jul 20, 2024
@renovate renovate bot force-pushed the chore/renovate/uvicorn-0.x branch from b9ba527 to b85a6ad Compare July 20, 2024 14:15
@renovate renovate bot changed the title fix(deps): pin uvicorn to ^0.30.2 fix(deps): pin uvicorn to ^0.30.3 Jul 20, 2024
@renovate renovate bot force-pushed the chore/renovate/uvicorn-0.x branch from b85a6ad to d5d2f12 Compare August 1, 2024 01:49
@renovate renovate bot changed the title fix(deps): pin uvicorn to ^0.30.3 fix(deps): pin uvicorn to ^0.30.4 Aug 1, 2024
@renovate renovate bot force-pushed the chore/renovate/uvicorn-0.x branch from d5d2f12 to c9fd17a Compare August 2, 2024 12:18
@renovate renovate bot changed the title fix(deps): pin uvicorn to ^0.30.4 fix(deps): pin uvicorn to ^0.30.5 Aug 2, 2024
@renovate renovate bot changed the title fix(deps): pin uvicorn to ^0.31.0 fix(deps): pin uvicorn to ^0.31.1 Oct 9, 2024
@renovate renovate bot force-pushed the chore/renovate/uvicorn-0.x branch from 8669a4f to ff1a26b Compare October 15, 2024 20:01
@renovate renovate bot changed the title fix(deps): pin uvicorn to ^0.31.1 fix(deps): pin uvicorn to ^0.32.0 Oct 15, 2024
@renovate renovate bot force-pushed the chore/renovate/uvicorn-0.x branch from ff1a26b to 63fbadb Compare November 20, 2024 20:18
@renovate renovate bot changed the title fix(deps): pin uvicorn to ^0.32.0 fix(deps): pin uvicorn to ^0.32.1 Nov 20, 2024
@renovate renovate bot changed the title fix(deps): pin uvicorn to ^0.32.1 fix(deps): pin uvicorn to ^0.33.0 Dec 14, 2024
@renovate renovate bot force-pushed the chore/renovate/uvicorn-0.x branch 2 times, most recently from 2696d7c to 738aa70 Compare December 15, 2024 15:59
@renovate renovate bot changed the title fix(deps): pin uvicorn to ^0.33.0 fix(deps): pin uvicorn to ^0.34.0 Dec 15, 2024
@renovate renovate bot force-pushed the chore/renovate/uvicorn-0.x branch from 738aa70 to 20c8dae Compare April 13, 2025 14:33
@renovate renovate bot changed the title fix(deps): pin uvicorn to ^0.34.0 fix(deps): pin uvicorn to ^0.34.1 Apr 13, 2025
@renovate renovate bot force-pushed the chore/renovate/uvicorn-0.x branch from 20c8dae to 40b16e6 Compare April 19, 2025 06:38
@renovate renovate bot changed the title fix(deps): pin uvicorn to ^0.34.1 fix(deps): pin uvicorn to ^0.34.2 Apr 19, 2025
@renovate renovate bot force-pushed the chore/renovate/uvicorn-0.x branch from 40b16e6 to cbff398 Compare June 1, 2025 09:34
@renovate renovate bot changed the title fix(deps): pin uvicorn to ^0.34.2 fix(deps): pin uvicorn to ^0.34.3 Jun 1, 2025
@renovate renovate bot force-pushed the chore/renovate/uvicorn-0.x branch from cbff398 to 923273b Compare June 28, 2025 17:58
@renovate renovate bot changed the title fix(deps): pin uvicorn to ^0.34.3 fix(deps): pin uvicorn to ^0.35.0 Jun 28, 2025
@renovate renovate bot force-pushed the chore/renovate/uvicorn-0.x branch from 923273b to 2cbcd37 Compare September 20, 2025 01:31
@renovate renovate bot changed the title fix(deps): pin uvicorn to ^0.35.0 fix(deps): pin uvicorn to ^0.36.0 Sep 20, 2025
@renovate renovate bot force-pushed the chore/renovate/uvicorn-0.x branch from 2cbcd37 to 9e5e4dc Compare September 23, 2025 13:10
@renovate renovate bot changed the title fix(deps): pin uvicorn to ^0.36.0 fix(deps): pin uvicorn to ^0.36.1 Sep 23, 2025
@renovate renovate bot changed the title fix(deps): pin uvicorn to ^0.36.1 fix(deps): pin uvicorn to ^0.37.0 Sep 23, 2025
@renovate renovate bot force-pushed the chore/renovate/uvicorn-0.x branch from 9e5e4dc to 8c7c5d3 Compare September 23, 2025 16:38
@renovate renovate bot force-pushed the chore/renovate/uvicorn-0.x branch from 8c7c5d3 to 4b18aeb Compare October 18, 2025 17:45
@renovate renovate bot changed the title fix(deps): pin uvicorn to ^0.37.0 fix(deps): pin uvicorn to ^0.38.0 Oct 18, 2025
@renovate renovate bot force-pushed the chore/renovate/uvicorn-0.x branch from 4b18aeb to c794603 Compare December 21, 2025 14:15
@renovate renovate bot changed the title fix(deps): pin uvicorn to ^0.38.0 fix(deps): pin uvicorn to ^0.39.0 Dec 21, 2025
| datasource | package | from   | to     |
| ---------- | ------- | ------ | ------ |
| pypi       | uvicorn | 0.22.0 | 0.40.0 |
@renovate renovate bot force-pushed the chore/renovate/uvicorn-0.x branch from c794603 to cb989c2 Compare December 21, 2025 17:35
@renovate renovate bot changed the title fix(deps): pin uvicorn to ^0.39.0 fix(deps): pin uvicorn to ^0.40.0 Dec 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant