chore(deps-dev): bump mypy from 1.17 to 2.3.1 - #3663
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 58bee281c3
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| [[package]] | ||
| name = "openai" | ||
| version = "3.3.0" # x-release-please-version | ||
| version = "3.3.0" |
There was a problem hiding this comment.
Restore the release-please version marker
At the next automated release, release-please-config.json lists uv.lock under extra-files, and the updater relies on this marker to locate the SDK version (as demonstrated by prior release commits). Removing it leaves the locked openai package version unchanged when pyproject.toml is bumped, so locked installs and CI become stale and the release is blocked; retain # x-release-please-version on this line.
Useful? React with 👍 / 👎.
c2a22fc to
a5d0ca2
Compare
a5d0ca2 to
9ab91d9
Compare
Castiron custom code✅ No new custom-code files detected. 34 mixed files remain; 0 existing customizations changed. Compared 34 existing customizations unchanged
A changed generated baseline means this report cannot reliably identify which handwritten lines changed. Inspect the custom-code diffDownload the exact patch produced by this run (requires repository access): gh run download 33028814361 --repo openai/openai-python \
--name castiron-custom-code-33028814361-1 --dir /tmp/castiron-custom-code-33028814361-1
git apply --stat /tmp/castiron-custom-code-33028814361-1/custom-code.patch
cat /tmp/castiron-custom-code-33028814361-1/custom-code.patchOr reproduce it from an SDK checkout containing the vendored reporter: git fetch --no-tags origin 79c588bb3a40fb698c65e35c94ad96c0b44c30d4 2dbb76793cecf597fc9bab9915db6b8a1a4d67ea
python3 scripts/castiron/custom_code_report.py report \
--base 79c588bb3a40fb698c65e35c94ad96c0b44c30d4 \
--head 2dbb76793cecf597fc9bab9915db6b8a1a4d67ea --fetch --require-head-hash --public \
--out /tmp/castiron-custom-code-2dbb76793cec
cat /tmp/castiron-custom-code-2dbb76793cec/custom-code.patchThis is the current full custom patch for mixed files, not an attribution of only the handwritten lines changed by this PR. |
Bumps [mypy](https://github.com/python/mypy) from 1.17 to 2.3.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.17.0...v2.3.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
9ab91d9 to
2dbb767
Compare
|
Superseded by #3747. |
Bumps mypy from 1.17 to 2.3.1.
Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
d642c44Bump version to 2.3.1a392429[mypyc] Fix crash on double yielding Iterators (#21826)4843e77[mypyc] Fixdefault_factoryfor inherited dataclass (#21785)14f5df9[mypyc] Clear coroutine env on coroutine completion (#21734)6dfa06dFix crash when unpacking return value from overload (#21830)a385746Bump version to 2.3.1+dev8aabf84Drop +dev from version4d8ad2aUpdate changelog for 2.3 release (#21728)2c21546[mypyc] Update documentation of race conditions under free threading (#21726)a9f62a3[mypyc] Make attribute access memory safe on free-threaded builds (#21705)