build(deps-dev): bump httpx2 from 2.9.1 to 2.12.0 in /services/account_unification - #124
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps [httpx2](https://github.com/pydantic/httpx2) from 2.9.1 to 2.12.0. - [Release notes](https://github.com/pydantic/httpx2/releases) - [Changelog](https://github.com/pydantic/httpx2/blob/main/src/httpx2/CHANGELOG.md) - [Commits](pydantic/httpx2@v2.9.1...v2.12.0) --- updated-dependencies: - dependency-name: httpx2 dependency-version: 2.12.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
| dev = [ | ||
| "coverage==7.15.4", | ||
| "httpx2==2.9.1", | ||
| "httpx2==2.12.0", |
There was a problem hiding this comment.
🔴 Dependency bump skips uv.lock and fails locked CI install
pyproject.toml bumps httpx2 to 2.12.0, but uv.lock still pins it at 2.9.1 (specifier at services/account_unification/uv.lock:372, package at uv.lock:450-462). The CI step uv sync --locked --extra dev (ci.yml:34) errors when the manifest diverges from the lockfile, so the account-unification tests gate fails.
Prompt for agents
The httpx2 dependency was bumped to 2.12.0 in services/account_unification/pyproject.toml and requirements-dev.txt, but services/account_unification/uv.lock was not regenerated and still pins httpx2==2.9.1 (see the specifier around uv.lock:372 and the [[package]] block around uv.lock:450-462). CI runs `uv sync --locked --extra dev`, which fails when the lockfile is out of sync with pyproject.toml. Regenerate the lockfile (e.g. `uv lock`) so httpx2 (and its transitive httpcore2, which the changelog says moves in lockstep to 2.12.0) is updated consistently across pyproject.toml, requirements-dev.txt, and uv.lock.
Was this helpful? React with 👍 or 👎 to provide feedback.
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 httpx2 from 2.9.1 to 2.12.0.
Release notes
Sourced from httpx2's releases.
... (truncated)
Changelog
Sourced from httpx2's changelog.
... (truncated)
Commits
71ae23bVersion 2.12.0 (#1147)4fd0c70Decode compressed response bodies incrementally (#1126)d588e52Usebackports.zstdon Python 3.13 and earlier (#1146)344589dVersion 2.11.0 (#1143)de96d81Validate multipart part headers (#1142)51c3269Require brotli 1.2.0 in the brotli extra (#1141)829b93aRespect explicit Transfer-Encoding headers (#1137)4fa6c8eFix changelog extraction regex for H2 release headings (#1136)8a6f370Restore deprecated status code aliases (#1135)d03f1ecAdd public Origin API (#1134)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)