Skip to content

⬆️ dep-bump: cap coordinax below 0.24 - #809

Merged
nstarman merged 1 commit into
GalacticDynamics:mainfrom
nstarman:dep/cap-coordinax
Aug 16, 2026
Merged

⬆️ dep-bump: cap coordinax below 0.24#809
nstarman merged 1 commit into
GalacticDynamics:mainfrom
nstarman:dep/cap-coordinax

Conversation

@nstarman

Copy link
Copy Markdown
Contributor

Caps coordinax at <0.24 ahead of the v0.0.3 release.

Why

coordinax>=0.23.3 currently has no upper bound. That is safe only by accident: 0.23.3 is the latest coordinax release, so there is nothing above the floor for a resolver to pick. It stops being safe the moment coordinax 0.24 lands — and by then the galax wheel is on PyPI and cannot be changed.

The coupling is real, not hypothetical:

Scope

Resolution is unchanged — coordinax stays at 0.23.3 — so uv.lock only records the new specifier, one line, matching the shape of #800. uv lock --check passes, and the synced environment is identical.

The trade-off is that a compatible coordinax 0.24 would need a galax release to unblock. Dependabot here covers only GitHub Actions plus security updates, so that bump is manual — which is already how these move (⬆️ dep-bump PRs).

🤖 Generated with Claude Code

`coordinax>=0.23.3` has no upper bound. That is safe only by accident right
now -- 0.23.3 is the latest release, so there is nothing above the floor to
resolve to -- and it stops being safe the moment coordinax 0.24 lands, on an
already-published galax wheel that cannot be changed.

coordinax is 0.x and moves with galax: the floor has been raised on every
release since 0.23.0 (GalacticDynamics#769, GalacticDynamics#774, GalacticDynamics#784, GalacticDynamics#792). GalacticDynamics#738 already capped it once, at
`>=0.20.1,<0.21`, for an incompatible release; the cap was dropped in GalacticDynamics#744 when
the floor moved past it. `unxt` carries `<2` for the same reason, and is
currently earning it.

Resolution is unchanged -- coordinax stays at 0.23.3 -- so this only edits the
recorded specifier in the lock, matching GalacticDynamics#800.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@codecov

codecov Bot commented Aug 16, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.00%. Comparing base (b1ff68f) to head (c7ba536).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #809   +/-   ##
=======================================
  Coverage   96.00%   96.00%           
=======================================
  Files         153      153           
  Lines        6079     6079           
=======================================
  Hits         5836     5836           
  Misses        243      243           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@nstarman nstarman added this to the v0.1.0 milestone Aug 16, 2026
@nstarman
nstarman merged commit e6e0e23 into GalacticDynamics:main Aug 16, 2026
16 checks passed
@nstarman
nstarman deleted the dep/cap-coordinax branch August 16, 2026 16:01
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.

1 participant