Skip to content

deps: Update pixi tool constraint to >=0.73.0 - #875

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/pixi-0.x
Jul 29, 2026
Merged

deps: Update pixi tool constraint to >=0.73.0#875
renovate[bot] merged 1 commit into
mainfrom
renovate/pixi-0.x

Conversation

@renovate

@renovate renovate Bot commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Pending
pixi tool-constraint minor >=0.72.2>=0.73.0 0.75.0 (+1)

Release Notes

prefix-dev/pixi (pixi)

v0.73.0

Compare Source

✨ Highlights

This release brings two big features:

  • workspace = true now also works in environment [dependency] tables
  • TOML 1.1 multiline inline tables are now fully supported

As usual we also fixed a couple of bugs.

workspace = true in environment dependency tables

Until now, { workspace = true } only worked in the package dependency tables and required the pixi-build preview.
With this release, the environment tables can inherit from [workspace.dependencies] as well, no preview needed.
That means a version shared by several features or targets only has to be declared once:

[workspace.dependencies]
numpy = "1.*"

[dependencies]
numpy = { workspace = true }

[feature.dev.dependencies]
numpy = { workspace = true }

You can learn more about this feature in the docs: https://pixi.prefix.dev/v0.73.0/build/workspace_dependencies/

TOML 1.1

Pixi now fully supports TOML 1.1.
Most notably, inline tables can now span multiple lines and have trailing commas, which used to be a syntax error:

[dependencies]
python = {
    version = ">=3.12",
    channel = "conda-forge",
}

Commands that modify the manifest, like pixi add, keep the layout you wrote.
One word of caution: many other tools only read TOML 1.0 so far, so using the new syntax in pyproject.toml can break them even though Pixi accepts it.

Added
Changed
Documentation
Fixed

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Jul 29, 2026
@renovate
renovate Bot enabled auto-merge (squash) July 29, 2026 12:31
@renovate
renovate Bot force-pushed the renovate/pixi-0.x branch from 1c58bbc to 9eeef4f Compare July 29, 2026 20:24
@renovate
renovate Bot merged commit c563d64 into main Jul 29, 2026
14 checks passed
@renovate
renovate Bot deleted the renovate/pixi-0.x branch July 29, 2026 20:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants