Remove app-server's direct reqwest dependency - #39293
Merged
copyberry[bot] merged 1 commit intoAug 18, 2026
Merged
Conversation
## Why `codex-http-client` is the intended owner of `reqwest`, while direct first-party dependencies are tracked as migration debt. ## What changed - Build app-server test HTTP clients through `HttpClientBuilder`. - Use `http` and `url` types directly where only protocol types are needed. - Remove `reqwest` from `codex-app-server` and its temporary dependency-policy exception. GitOrigin-RevId: ff9f14a54bc20ec1ea39050bbe08c381ee376119
copyberry
Bot
force-pushed
the
copyberry/codex-internal-to-codex-oss/ff9f14a54bc20ec1ea39050bbe08c381ee376119
branch
from
August 18, 2026 22:01
f74f6ad to
17de145
Compare
copyberry
Bot
deleted the
copyberry/codex-internal-to-codex-oss/ff9f14a54bc20ec1ea39050bbe08c381ee376119
branch
August 18, 2026 22:02
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Remove app-server's direct reqwest dependency
Why
codex-http-clientis the intended owner ofreqwest, while direct first-partydependencies are tracked as migration debt.
What changed
HttpClientBuilder.httpandurltypes directly where only protocol types are needed.reqwestfromcodex-app-serverand its temporary dependency-policyexception.