Bump gunicorn from 25.3.0 to 26.0.0
Closed
Number: #472
Type: Pull Request
State: Closed
Type: Pull Request
State: Closed
Author:
dependabot[bot]
Association: Unknown
Comments: 1
Association: Unknown
Comments: 1
Created:
May 06, 2026 at 02:05 AM UTC
(13 days ago)
(13 days ago)
Updated:
May 06, 2026 at 02:06 AM UTC
(13 days ago)
(13 days ago)
Closed:
May 06, 2026 at 02:06 AM UTC
(13 days ago)
(13 days ago)
Time to Close:
less than a minute
Description:
Bumps gunicorn from 25.3.0 to 26.0.0.
Release notes
Sourced from gunicorn's releases.
26.0.0
Breaking Changes
- Eventlet worker removed: The
eventletworker class has been dropped. Migrate togevent,gthread, ortornado.New Features
- ASGI Framework Compatibility Suite: New end-to-end compatibility test harness covering Starlette, FastAPI, Litestar, Quart, Sanic, and BlackSheep. Current grid passes 438/444 tests (98%).
- ASGI Test Suite Expansion: 134 additional ASGI unit tests covering protocol semantics, lifespan, websockets, and chunked framing.
Security
- HTTP/1.1 Request-Target Validation (RFC 9112 sections 3.2.3, 3.2.4):
- Reject
authority-formrequest-target outsideCONNECT- Reject
asterisk-formrequest-target outsideOPTIONS- Reject
relative-referencerequest-targets- Header Field Hardening (RFC 9110):
- Reject control characters in header field-value (section 5.5)
- Reject forbidden trailer field-names (section 6.5.1)
- Reject
Content-Lengthlist form (RFC 9112 section 6.3)- Request Smuggling Hardening:
- Tighten keepalive gate and scope
finish_bodybyte cap- Keep
_body_receiveralive across the keepalive smuggling gate so pipelined requests cannot re-enter a closed body- Address parser/protocol findings from a six-point WSGI/ASGI audit
- PROXY Protocol (ASGI): Enforce
proxy_allow_ipsand tighten v1/v2 parsing in the ASGI callback parser.- Connection Draining: Drain the connection on close per RFC 9112 section 9.6 to prevent reset-on-close truncation.
Bug Fixes
- Body Framing on HEAD/204/304:
- Keep
Content-Lengthon HEAD and 304 responses (#3621)- Drop body framing on HEAD/204/304 even when the framework set it
- Warn once when an ASGI app emits a body for a no-body response
- HTTP/2 ASGI:
- Fix
_handle_stream_endedto set_body_completein the async HTTP/2 handler so request bodies finalize correctly on stream end- Add
InvalidChunkExtensionmapping and fast-parser support in ASGI tests (#3565)- HTTP/1.1 100-Continue: Stop adding
Transfer-Encoding: chunkedto 100-Continue interim responses.- WebSocket Close Handshake (RFC 6455):
- Comply with the close handshake state machine
- Close the transport after the close handshake completes
- Fix binary send when the
textkey isNone- Early Hints: Validate headers in the
early_hintscallback to matchprocess_headers; pass only the header name toInvalidHeader(#3588).- ASGI Framework Fixes:
- Fix ASGI disconnect handling for Django-style apps
- Fix Litestar request handling (use raw ASGI receive for body/headers)
- Fix Litestar HTTP endpoints for compatibility tests
- Fix Quart headers endpoint to normalize keys to lowercase
- Fix Quart WebSocket close test app (missing
accept())- Fix duplicate
Transfer-Encodingheader for BlackSheep streaming
... (truncated)
Commits
5d819cfrelease: 26.0.0b45c70dMerge pull request #3611 from zc-mattcen/docs-typo99c8d48Merge pull request #3623 from benoitc/chore/drop-eventlet-add-h2-uvloop-test-...5a655afMerge pull request #3622 from benoitc/test/docker-port-and-ipv4-fixes201df19chore: remove eventlet worker; add h2 and uvloop to test depsf4ac8e1test: pass action name to dirty client and stabilize after TTOU spam54d38aftest: unblock docker fixtures on macOS hosts68843c8Merge pull request #3621 from benoitc/fix/asgi-preserve-content-length-on-hea...31f2618Merge pull request #3620 from benoitc/fix/asgi-proxy-protocol-trust-and-parsing41ec752fix: keep Content-Length on HEAD and 304 responses- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Package Dependencies
Technical Details
| ID: | 15670270 |
| UUID: | 4388242458 |
| Node ID: | PR_kwDOL4yb7M7Ymuw- |
| Host: | GitHub |
| Repository: | RomiconEZ/AgentBot |