Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency uvicorn to v0.34.0 #182

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 15, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
uvicorn (changelog) ==0.22.0 -> ==0.34.0 age adoption passing confidence

Release Notes

encode/uvicorn (uvicorn)

v0.34.0

Compare Source

Added
  • Add content-length to 500 response in wsproto implementation (#​2542)
Removed
  • Drop support for Python 3.8 (#​2543)

v0.33.0

Compare Source

Removed
  • Remove WatchGod support for --reload (#​2536)

v0.32.1

Compare Source

Fixed
  • Drop ASGI spec version to 2.3 on HTTP scope #​2513
  • Enable httptools lenient data on httptools >= 0.6.3 #​2488

v0.32.0

Compare Source

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

v0.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)

v0.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 to specify 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.

v0.30.6

Compare Source

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

v0.30.5

Compare Source

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

v0.30.4

Compare Source

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

v0.30.3

Compare Source

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

v0.30.2

Compare Source

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

v0.30.1

Compare Source

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

v0.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)

v0.29.0

Compare Source

Added
  • Cooperative signal handling (#​1600) 19/03/24

v0.28.1

Compare Source

Fixed
  • Revert raise ClientDisconnected on HTTP (#​2276) 19/03/24

v0.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

v0.27.1

Compare Source

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

v0.27.0.post1

Compare Source

Fixed
  • Fix nav overrides for newer version of Mkdocs Material (#​2233) 26/01/24

v0.27.0

Compare Source

Fixed
  • Fix nav overrides for newer version of Mkdocs Material (#​2233) 26/01/24

v0.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

v0.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

v0.24.0.post1

Compare Source

Fixed
  • Revert mkdocs-material from 9.1.21 to 9.2.6 (#​2148) 05/11/23

v0.24.0

Compare Source

Fixed
  • Revert mkdocs-material from 9.1.21 to 9.2.6 (#​2148)

v0.23.2

Compare Source

Fixed
  • Maintain the same behavior of websockets from 10.4 on 11.0 (#​2061)

v0.23.1

Compare Source

Fixed
  • Add typing_extensions for Python 3.10 and lower (#​2053)

v0.23.0

Compare Source

Added
  • Add --ws-max-queue parameter WebSockets (#​2033)
Removed
  • Drop support for Python 3.7 (#​1996)
  • Remove asgiref as typing dependency (#​1999)
Fixed
  • Set scope["scheme"] to ws or wss instead of http or https on ProxyHeadersMiddleware for WebSockets (#​2043)
Changed
  • Raise ImportError on circular import (#​2040)
  • Use logger.getEffectiveLevel() instead of logger.level to check if log level is TRACE (#​1966)

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 chore(deps): update dependency uvicorn to v0.23.0 chore(deps): update dependency uvicorn to v0.23.1 Jul 18, 2023
@renovate renovate bot force-pushed the renovate/uvicorn-0.x branch 2 times, most recently from 6aa7eb9 to 649dc2d Compare July 25, 2023 04:41
@renovate renovate bot force-pushed the renovate/uvicorn-0.x branch from 649dc2d to 6def602 Compare July 28, 2023 01:51
@renovate renovate bot changed the title chore(deps): update dependency uvicorn to v0.23.1 chore(deps): update dependency uvicorn to v0.23.2 Jul 31, 2023
@renovate renovate bot force-pushed the renovate/uvicorn-0.x branch 2 times, most recently from 6569750 to b4295ea Compare August 5, 2023 00:48
@renovate renovate bot force-pushed the renovate/uvicorn-0.x branch from b4295ea to 8aff269 Compare August 14, 2023 15:21
@renovate renovate bot force-pushed the renovate/uvicorn-0.x branch 2 times, most recently from 6e8eaf9 to a7f6187 Compare August 26, 2023 22:52
@renovate renovate bot force-pushed the renovate/uvicorn-0.x branch 4 times, most recently from a9495ee to b5a484e Compare September 8, 2023 01:17
@renovate renovate bot force-pushed the renovate/uvicorn-0.x branch from b5a484e to a674a92 Compare September 11, 2023 23:16
@renovate renovate bot force-pushed the renovate/uvicorn-0.x branch 2 times, most recently from 0167ca7 to 92afd06 Compare October 18, 2023 02:15
@renovate renovate bot changed the title chore(deps): update dependency uvicorn to v0.23.2 chore(deps): update dependency uvicorn to v0.24.0 Nov 4, 2023
@renovate renovate bot force-pushed the renovate/uvicorn-0.x branch from 92afd06 to 1e2e08e Compare November 4, 2023 22:56
@renovate renovate bot changed the title chore(deps): update dependency uvicorn to v0.24.0 chore(deps): update dependency uvicorn to v0.24.0.post1 Nov 6, 2023
@renovate renovate bot force-pushed the renovate/uvicorn-0.x branch from 1e2e08e to 8629cbd Compare November 6, 2023 09:26
@renovate renovate bot changed the title chore(deps): update dependency uvicorn to v0.24.0.post1 chore(deps): update dependency uvicorn to v0.25.0 Dec 21, 2023
@renovate renovate bot force-pushed the renovate/uvicorn-0.x branch from 8629cbd to 2bd81e4 Compare December 21, 2023 01:05
@renovate renovate bot changed the title chore(deps): update dependency uvicorn to v0.25.0 chore(deps): update dependency uvicorn to v0.26.0 Jan 16, 2024
@renovate renovate bot force-pushed the renovate/uvicorn-0.x branch 2 times, most recently from 24cf6a3 to 8c231e2 Compare January 22, 2024 22:15
@renovate renovate bot changed the title chore(deps): update dependency uvicorn to v0.26.0 chore(deps): update dependency uvicorn to v0.27.0 Jan 22, 2024
@renovate renovate bot changed the title chore(deps): update dependency uvicorn to v0.27.0 chore(deps): update dependency uvicorn to v0.27.0.post1 Jan 29, 2024
@renovate renovate bot force-pushed the renovate/uvicorn-0.x branch from 8c231e2 to 34b3f6e Compare January 29, 2024 12:54
@renovate renovate bot force-pushed the renovate/uvicorn-0.x branch from 34b3f6e to 08a206d Compare February 10, 2024 13:53
@renovate renovate bot changed the title chore(deps): update dependency uvicorn to v0.28.1 chore(deps): update dependency uvicorn to v0.29.0 Mar 20, 2024
@renovate renovate bot force-pushed the renovate/uvicorn-0.x branch from 35ee5d4 to bb23f93 Compare March 20, 2024 08:02
@renovate renovate bot force-pushed the renovate/uvicorn-0.x branch from bb23f93 to ec9d4a1 Compare May 28, 2024 11:37
@renovate renovate bot changed the title chore(deps): update dependency uvicorn to v0.29.0 chore(deps): update dependency uvicorn to v0.30.0 May 28, 2024
@renovate renovate bot force-pushed the renovate/uvicorn-0.x branch from ec9d4a1 to 5b2ace5 Compare June 2, 2024 09:29
@renovate renovate bot changed the title chore(deps): update dependency uvicorn to v0.30.0 chore(deps): update dependency uvicorn to v0.30.1 Jun 2, 2024
@renovate renovate bot force-pushed the renovate/uvicorn-0.x branch 2 times, most recently from a25eec5 to e4d094b Compare June 17, 2024 15:14
@renovate renovate bot force-pushed the renovate/uvicorn-0.x branch from e4d094b to fbcb271 Compare July 20, 2024 10:23
@renovate renovate bot changed the title chore(deps): update dependency uvicorn to v0.30.1 chore(deps): update dependency uvicorn to v0.30.3 Jul 20, 2024
@renovate renovate bot force-pushed the renovate/uvicorn-0.x branch from fbcb271 to 258c7d4 Compare August 1, 2024 00:16
@renovate renovate bot changed the title chore(deps): update dependency uvicorn to v0.30.3 chore(deps): update dependency uvicorn to v0.30.4 Aug 1, 2024
@renovate renovate bot force-pushed the renovate/uvicorn-0.x branch from 258c7d4 to cfa58d8 Compare August 2, 2024 13:13
@renovate renovate bot changed the title chore(deps): update dependency uvicorn to v0.30.4 chore(deps): update dependency uvicorn to v0.30.5 Aug 2, 2024
@renovate renovate bot force-pushed the renovate/uvicorn-0.x branch from cfa58d8 to e2e73ea Compare August 13, 2024 11:41
@renovate renovate bot changed the title chore(deps): update dependency uvicorn to v0.30.5 chore(deps): update dependency uvicorn to v0.30.6 Aug 13, 2024
@renovate renovate bot force-pushed the renovate/uvicorn-0.x branch 2 times, most recently from 430c9d0 to 435ec8e Compare September 27, 2024 21:44
@renovate renovate bot changed the title chore(deps): update dependency uvicorn to v0.30.6 chore(deps): update dependency uvicorn to v0.31.0 Sep 27, 2024
@renovate renovate bot force-pushed the renovate/uvicorn-0.x branch from 435ec8e to f2982ae Compare October 9, 2024 21:58
@renovate renovate bot changed the title chore(deps): update dependency uvicorn to v0.31.0 chore(deps): update dependency uvicorn to v0.31.1 Oct 9, 2024
@renovate renovate bot force-pushed the renovate/uvicorn-0.x branch from f2982ae to 3733e79 Compare October 15, 2024 19:35
@renovate renovate bot changed the title chore(deps): update dependency uvicorn to v0.31.1 chore(deps): update dependency uvicorn to v0.32.0 Oct 15, 2024
@renovate renovate bot force-pushed the renovate/uvicorn-0.x branch from 3733e79 to 51559e6 Compare November 20, 2024 22:30
@renovate renovate bot changed the title chore(deps): update dependency uvicorn to v0.32.0 chore(deps): update dependency uvicorn to v0.32.1 Nov 20, 2024
@renovate renovate bot force-pushed the renovate/uvicorn-0.x branch from 51559e6 to 98727f5 Compare December 14, 2024 13:04
@renovate renovate bot changed the title chore(deps): update dependency uvicorn to v0.32.1 chore(deps): update dependency uvicorn to v0.33.0 Dec 14, 2024
@renovate renovate bot force-pushed the renovate/uvicorn-0.x branch from 98727f5 to 7c99101 Compare December 15, 2024 15:33
@renovate renovate bot changed the title chore(deps): update dependency uvicorn to v0.33.0 chore(deps): update dependency uvicorn to v0.34.0 Dec 15, 2024
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.

0 participants