chore(deps-dev): bump hatchling from 1.27.0 to 1.32.0 - #3661
chore(deps-dev): bump hatchling from 1.27.0 to 1.32.0#3661dependabot[bot] wants to merge 1 commit into
Conversation
OkTest Summary❌ Failed for Python SDK PR #3661. SDK merge ( |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: f929764a5d
ℹ️ 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 marker in the lockfile
When the next release is generated, removing # x-release-please-version prevents Release Please's generic extra-file updater from rewriting this embedded package version, even though release-please-config.json:61-64 explicitly registers uv.lock. The release will update pyproject.toml while leaving this value at 3.3.0, after which the release build's locked uv export/uv sync detects an outdated lockfile and blocks publishing; retain the marker after regenerating the lock.
Useful? React with 👍 / 👎.
f929764 to
ccbae29
Compare
ccbae29 to
04841b1
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 04841b13a3
ℹ️ 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".
| # Also constrain editable/source builds performed by uv sync. | ||
| build-constraint-dependencies = [ | ||
| "hatchling==1.27.0", | ||
| "hatchling==1.32.0", |
There was a problem hiding this comment.
Pin tomlkit in the isolated-build constraints
When uv sync --locked performs the editable/source build described above this list, Hatchling 1.32 resolves its new tomlkit runtime dependency in an isolated build environment, but tomlkit is absent from these constraints. As uv help sync states, --locked only asserts that uv.lock remains unchanged, so after another compatible tomlkit release clears the rolling cutoff, sync may execute that unreviewed version instead of the locked 0.15.1; add tomlkit==0.15.1 to the build constraints and build dependency group.
AGENTS.md reference: AGENTS.md:L21-L24
Useful? React with 👍 / 👎.
04841b1 to
00c4f67
Compare
00c4f67 to
b4e0485
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 33028811283 --repo openai/openai-python \
--name castiron-custom-code-33028811283-1 --dir /tmp/castiron-custom-code-33028811283-1
git apply --stat /tmp/castiron-custom-code-33028811283-1/custom-code.patch
cat /tmp/castiron-custom-code-33028811283-1/custom-code.patchOr reproduce it from an SDK checkout containing the vendored reporter: git fetch --no-tags origin 79c588bb3a40fb698c65e35c94ad96c0b44c30d4 401ce9d9b0fdc47de271e2f331b7c49026b599d3
python3 scripts/castiron/custom_code_report.py report \
--base 79c588bb3a40fb698c65e35c94ad96c0b44c30d4 \
--head 401ce9d9b0fdc47de271e2f331b7c49026b599d3 --fetch --require-head-hash --public \
--out /tmp/castiron-custom-code-401ce9d9b0fd
cat /tmp/castiron-custom-code-401ce9d9b0fd/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 [hatchling](https://github.com/pypa/hatch) from 1.27.0 to 1.32.0. - [Release notes](https://github.com/pypa/hatch/releases) - [Commits](pypa/hatch@hatchling-v1.27.0...hatchling-v1.32.0) --- updated-dependencies: - dependency-name: hatchling dependency-version: 1.32.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
b4e0485 to
401ce9d
Compare
Bumps hatchling from 1.27.0 to 1.32.0.
Release notes
Sourced from hatchling's releases.
Commits
558061cFix ci (#2377)bc6d1bcrelease Hatch v1.18.0 (#2376)8429e5drelease Hatchling v1.32.0 (#2375)413b3a8Prepare for release (#2374)4ccc9eaBug Fix - fix CTRL-C behavior to correctly handle signals (#2369)a885803Add sources to enable other types of local dependencies (#2313)ab3e000Add --all flag to hatch build for building all workspace members (#2352)bb90277fix: Allow the; privateannotation inimport-names/import-namespacesp...3a9d853fix: prevent backward relative paths in readme (#2354)c4dc4f8test: Fix test expectations for metadata generated byflit-core(#2365)