build(deps-dev): bump hatchling from 1.27.0 to 1.32.0 - #3661
build(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 👍 / 👎.
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>
04841b1 to
00c4f67
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)