Bump werkzeug from 3.1.5 to 3.1.6#2
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.1.5 to 3.1.6. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](pallets/werkzeug@3.1.5...3.1.6) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.6 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
rustyconover
added a commit
that referenced
this pull request
Feb 21, 2026
Addresses Dependabot alert #2 (moderate): Werkzeug safe_join() allows Windows special device names in versions < 3.1.6. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
Author
|
Looks like werkzeug is up-to-date now, so this is no longer needed. |
rustyconover
added a commit
that referenced
this pull request
Apr 28, 2026
Three related cleanups, finishing the symmetry between init and exchange paths and between producer and exchange shapes. #1: producer continuations now populate the access log's response_state. ``_run_http_producer_turn`` is refactored to take an ``outcome: _DispatchOutcome`` parameter and mutate it directly (matching ``_run_http_exchange_turn``'s pattern), instead of returning a ``(buf, error_type, error_message)`` tuple that the caller bridged into outcome by hand. When the loop mints a continuation token it now sets ``outcome.response_state_bytes = state_bytes`` — closing a real telemetry gap where producer-continuation access-log records were missing the issued state's bytes. #3: drop the auth/transport_metadata contextvar fallback inside ``_run_http_producer_turn``. Both call sites now pass them explicitly; the helper signature requires ``auth: AuthContext`` and ``transport_metadata: Mapping[str, Any]`` (no defaults, no fallback). Removes one redundant ``_get_auth_and_metadata()`` call per producer continuation and matches the explicit-parameter pattern we already established for ``stream_id``. #2: split the init dispatcher's producer/exchange branches into ``_run_http_producer_init`` and ``_run_http_exchange_init``, mirroring ``_run_http_producer_turn`` / ``_run_http_exchange_turn`` on the exchange-sync side. ``_run_stream_init_sync`` is now a thin router: _run_stream_init_sync ├─ result.input_schema == _EMPTY_SCHEMA → _run_http_producer_init └─ else → _run_http_exchange_init Each helper owns its own header-write + body-shape logic; the dispatcher is just request validation, ctx injection, stream_id generation, and the telemetry shell wrapping the impl call. Verification: * ruff format / ruff check / mypy / ty: clean. * HTTP conformance against regular worker: 97 pass / 4 skip. * HTTP conformance against strict-cap worker: 99 pass / 2 skip. * Full pytest: 2986 passed. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps werkzeug from 3.1.5 to 3.1.6.
Release notes
Sourced from werkzeug's releases.
Changelog
Sourced from werkzeug's changelog.
Commits
04da1b5release version 3.1.6f407712Merge commit from forkf54fe98safe_join prevents Windows special device names in multi-segment pathsd005985start version 3.1.68565c2cdocument rule priority (#3102)3febc7edocument rule priority2525b82remove state machine docs4abfbd5rewrite build docstring (#3097)161c18brewrite build docstring86e11c2release version 3.1.5 (#3085)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)You can disable automated security fix PRs for this repo from the Security Alerts page.