Skip to content

deps: Update pixi tool constraint to >=0.67.2#728

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

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

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 12, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Pending
pixi tool-constraint minor >=v0.45.0>=0.67.2 0.68.1 (+1)

Release Notes

prefix-dev/pixi (pixi)

v0.67.2

Compare Source

Added
Changed
Documentation
New Contributors

v0.67.1

Compare Source

Changed
Documentation
Fixed
New Contributors

v0.67.0

Compare Source

✨ Highlights

This release adds the ability to have relative exclude-newer configuration.
Allowing users to specify an acceptable settle time before the package is used in their environments.
This example extensively uses the new exclude-newer configuration options:

[workspace]

# Workspace level exclude newer
exclude-newer = "14d"

# Exact timestamp exclude-newer still works as well:
# exclude-newer = "2025-01-01"

channels = [
    # Channel specific exclude-newer
    { channel = "my-internal-channel", exclude-newer = "0d" },
    "conda-forge",
]
platforms = ["osx-arm64", "linux-64", "linux-aarch64", "osx-64", "win-64"]

[exclude-newer]

# Package specific exclude-newer
bzip2 = "3d"

[dependencies]
python = "*"
snakemake = "*"

[pypi-exclude-newer]

# PyPI package specific exclude-newer
pandas = "1week"

[pypi-dependencies]
pandas = "*"
Added
Documentation
Fixed
New Contributors

v0.66.0

Compare Source

✨ Highlights

Want a conda/mamba like workflow for Pixi workspaces? This release brings registered workspaces!

You can now register your Pixi workspace and then use its name to refer to it from anywhere on your machine.
For example:

cd path/to/a/pixi/workspace
pixi workspace register
cd
pixi run --workspace workspace-name task-name
pixi shell -w workspace-name
pixi shell-hook -w workspace-name

You can also specify constraints for packages that may be part of your environment without explicitly requiring them (similar to run_constraints for Conda packages):

[constraints]
openssl = ">=3"
Added
Documentation
Fixed
New Contributors

v0.65.0

Compare Source

✨ Highlights

We're now properly signing our own Windows binaries resulting in no errors from the "smart screen".

Added
Documentation
Fixed

v0.64.0

Compare Source

✨ Highlights

Big release with lots of different fixes and small features, but no overarching theme this time.

Added
Documentation
Fixed
New Contributors

v0.63.2

Compare Source

✨ Highlights

This release brings important fixes for Pixi Build and PyPI support.

Documentation
Fixed
Refactor
New Contributors

v0.63.1

Compare Source

✨ Highlights

Yes, a patch release the day after looks like we messed up the last release, but we really just wanted to get these fixes out 🙃

Fixed

v0.63.0

Compare Source

✨ Highlights

Pixi now supports PEP508 environment markers for PyPI dependencies. Tasks can specify a default_environment, making it easier to run tasks without explicitly selecting an environment. Error messages become more readable with syntax highlighting in error reports.

As usual this release also includes a lot of bug fixes.
This version introduces a breaking chance in the communication protocol between build backends and pixi. New versions of the build backends that support this protocol have been released but if you pin your build backends to an older version you might encounter an error. Updating the version constraints of your build backend will fix this.

Added
Documentation
Fixed
Style
New Contributors

v0.62.2

Compare Source

✨ Highlights

This is a small patch release fixing issues with source packages and caching.

Fixed

v0.62.1

Compare Source

✨ Highlights

Small release with fixes related to the conda source dependencies.

Added
Documentation
Fixed

v0.62.0

Compare Source

✨ Highlights

Do you need all the build/host/run dependencies of a package?
Now you can add source packages to the [dev] table to get them all at once without installing the package itself.

[dev]
my-package = { path = "src" }
Breaking change for pixi-build preview

This release removes the input hashes from the lockfile for source dependencies to reduce unnecessary lockfile changes. This may cause some lockfiles with source dependencies to become invalid. Rerun pixi lock to fix the lockfile. The changes in this release should significantly reduce lockfile churn when working with source packages going forward.

Added
Documentation
Fixed
Refactor
New Contributors

v0.61.0

Compare Source

✨ Highlights

This Pixi release features a new and improved pixi upload functionality, that is shared with rattler-build through rattler.

Changed
Fixed
New Contributors

v0.60.0

Compare Source

✨ Highlights

This release, our first in a month, brings a massive amount of changes and improvements.
Pixi Build continues to get more powerful and stable with every iteration.
We especially focused on making development with ROS and the broader robotics ecosystem as smooth as possible.
Finally, this release contains a lot of bug fixes and documentation improvements,
often driven by our amazing community 🫶

Changed
Documentation
Fixed

Note

PR body was truncated to here.


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 May 12, 2026
@renovate renovate Bot enabled auto-merge (squash) May 12, 2026 14:10
@renovate renovate Bot merged commit d29096d into main May 12, 2026
15 checks passed
@renovate renovate Bot deleted the renovate/pixi-0.x branch May 12, 2026 14:14
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