Skip to content

Run pixi update and updated pixi lock file - #27

Merged
Juan Marulanda (jmaruland) merged 1 commit into
mainfrom
pixi-update-shutdown-2026-2
Sep 9, 2026
Merged

Run pixi update and updated pixi lock file#27
Juan Marulanda (jmaruland) merged 1 commit into
mainfrom
pixi-update-shutdown-2026-2

Conversation

@jmaruland

Copy link
Copy Markdown
Contributor

This PR updates pixi environment for the Summer shutdown. It also unpins tiled-client and bluesky-tiled-plugins

Copilot AI lite review requested due to automatic review settings September 9, 2026 18:00
@jmaruland
Juan Marulanda (jmaruland) merged commit 12d4100 into main Sep 9, 2026
3 checks passed
@jmaruland
Juan Marulanda (jmaruland) deleted the pixi-update-shutdown-2026-2 branch September 9, 2026 18:01

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Changes recommended

The newly loosened dependency constraints remove upper bounds, which can make future environment resolutions non-reproducible and allow potentially breaking upgrades.

Once you've addressed the issues Copilot identified, you can request another Copilot review.

Pull request overview

This PR updates the Pixi environment definition for the summer shutdown, specifically loosening version constraints to “unpin” selected dependencies so the environment can resolve newer releases.

Changes:

  • Relax tiled-client from ==0.2.9 to >=0.2.9.
  • Relax bluesky-tiled-plugins from ==2.0.2 to >=2.0.2.
File summaries
File Description
pixi.toml Loosens two dependency version pins to allow newer compatible releases during environment solves.
Review details
  • Files reviewed: 1/2 changed files
  • Comments generated: 2
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread pixi.toml
python = ">=3.12,<3.13"
semver = ">=3.0.4,<4"
tiled-client = "==0.2.9"
tiled-client = ">=0.2.9"
Comment thread pixi.toml
databroker = "==2.0.0"
epicscorelibs = ">=7.0.7.99.1.1,<8"
bluesky-tiled-plugins = "==2.0.2"
bluesky-tiled-plugins = ">=2.0.2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants