build(deps-dev): bump mypy from 1.17 to 2.3.0 - #3663
Conversation
OkTest Summary❌ Failed for Python SDK PR #3663. SDK merge ( |
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 👍 / 👎.
d26873f to
c2a22fc
Compare
Bumps [mypy](https://github.com/python/mypy) from 1.17 to 2.3.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.17.0...v2.3.0) --- 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>
c2a22fc to
a5d0ca2
Compare
Bumps mypy from 1.17 to 2.3.0.
Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
8aabf84Drop +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)0faa413UsePYODIDEenvironment variable for Emscripten cross-compilation detection...3d75cdb[mypyc] Borrow final attributes more aggressively (#21702)24c237d[mypyc] Improve documentation of Final (#21713)b5be217[mypyc] Update free threading Python compatibility docs (#21711)cbcb51aNarrow for frozendict membership check (#21709)af2bc0fSync typeshed (#21707)