chore: run the mock server from locked local tooling - #3679
Merged
Conversation
apcha-oai
marked this pull request as ready for review
August 19, 2026 15:46
jbeckwith-oai
approved these changes
Aug 19, 2026
jbeckwith-oai
left a comment
Contributor
There was a problem hiding this comment.
Reviewed the complete stacked Steady mock-server migration against its exact parent. The tool and optional platform binaries are integrity-pinned; repository-local execution avoids downloads, preserves signal forwarding, readiness and failure cleanup, existing-server behavior, custom endpoints, and both Pydantic test lanes. No additional issue is introduced by this stacked change. The separate parent-PR devcontainer finding remains tracked on #3678.
apcha-oai
force-pushed
the
apcha/python-locked-steady
branch
from
August 19, 2026 16:11
5093510 to
a5f7c3a
Compare
Contributor
apcha-oai
enabled auto-merge
August 19, 2026 16:12
Merged
pull Bot
pushed a commit
to tooniez/openai-python
that referenced
this pull request
Aug 19, 2026
Automated Release PR --- ## [3.3.1](openai/openai-python@v3.3.0...v3.3.1) (2026-08-19) ### Bug Fixes * **deps:** update dependencies with published security fixes ([openai#3680](openai#3680)) ([53aa4fc](openai@53aa4fc)) ### Chores * **build:** migrate to uv ([openai#3653](openai#3653)) ([b37e85d](openai@b37e85d)) * **deps:** remove jsonschema and unused fixture-validation dependencies ([0dfdfdd](openai@0dfdfdd)) * lock the repository Pyright toolchain ([openai#3678](openai#3678)) ([3079be2](openai@3079be2)) * run the mock server from locked local tooling ([openai#3679](openai#3679)) ([370fcc6](openai@370fcc6)) ### Refactors * **deps:** use the standard library for platform detection ([d5b0065](openai@d5b0065)) ### Build System * replace the external README metadata hook ([e673ca8](openai@e673ca8)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: openai-sdks[bot] <284451331+openai-sdks[bot]@users.noreply.github.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.
Summary
This is part of a series to reduce the SDK's dependency surface and make contributor tooling more predictable. It builds on the merged #3678.
./scripts/bootstrapfollowed by./scripts/testworking, including automatic mock-server startup, an existing server,TEST_API_BASE_URL, and both Pydantic test lanes.This completes the mock-tooling portion of #3116 using the current uv/pnpm setup.