Skip to content

chore(deps): complete umbrella pin reconcile to latest + add scitex-pd (pinned-in-core)#340

Merged
ywatanabe1989 merged 1 commit into
developfrom
chore/complete-umbrella-pins
Jun 27, 2026
Merged

chore(deps): complete umbrella pin reconcile to latest + add scitex-pd (pinned-in-core)#340
ywatanabe1989 merged 1 commit into
developfrom
chore/complete-umbrella-pins

Conversation

@ywatanabe1989

Copy link
Copy Markdown
Collaborator

Summary

Completes the mid-release 2.30.2 pin reconcile to TRUE current-latest PyPI versions. Operator chose pinned-in-core (not extras-only): leaves are exact-pinned (==) in CORE [project.dependencies] AND every leaf-listing extra, so pip install scitex and uv pip install scitex[all] always resolve the SAME stable set.

Leaf bumps (current -> latest)

package before after
figrecipe 0.28.20 0.29.5
scitex-audio 0.2.13 0.3.0
scitex-cv 0.1.5 0.2.0
scitex-dev 0.18.1 0.20.1
scitex-io 0.3.2 0.3.3
scitex-writer 2.17.5 2.22.0

All other scitex-* / figrecipe pins were already at current-latest and left unchanged. No third-party pins were touched.

scitex-pd added (core + all)

  • Added scitex-pd==0.1.6 to core [project.dependencies] so scitex.pd works out of the box.
  • Added scitex-pd==0.1.6 to the [pd] extra, which [all] already references — so it flows into scitex[all] too.

Version decision

PyPI shows scitex 2.30.2 IS published -> bumped umbrella version 2.30.2 -> 2.30.3.

Conflict-verified clean

uv pip compile of the full resulting pin set (core deps + pinned leaves from pd/io/plt/stats/scholar/audio extras) exited 0 -> 732-line lock, no conflicts.

Note for reviewer

Open PR #327 (extras-only reconcile) should be CLOSED per operator decision — this PR supersedes it with the pinned-in-core approach.

DO NOT MERGE — operator review pending.

…d (pinned-in-core)

Complete the mid-release 2.30.2 reconcile to TRUE current-latest PyPI
versions, pinned in CORE [project.dependencies] (not extras-only) so
`pip install scitex` and `uv pip install scitex[all]` resolve the same
stable set.

Leaf bumps (current -> latest):
- figrecipe       0.28.20 -> 0.29.5
- scitex-audio    0.2.13  -> 0.3.0
- scitex-cv       0.1.5   -> 0.2.0
- scitex-dev      0.18.1  -> 0.20.1
- scitex-io       0.3.2   -> 0.3.3
- scitex-writer   2.17.5  -> 2.22.0

- Add scitex-pd==0.1.6 to core deps AND the [pd] extra (which flows into
  [all]) so `scitex.pd` works out of the box.
- Bump umbrella version 2.30.2 -> 2.30.3 (2.30.2 already published).

Conflict-verified: `uv pip compile` of the full resulting pin set exits 0
(732-line lock, no conflicts).
@ywatanabe1989
ywatanabe1989 merged commit b66fa1b into develop Jun 27, 2026
7 checks passed
@ywatanabe1989
ywatanabe1989 deleted the chore/complete-umbrella-pins branch June 27, 2026 19:37
@github-actions github-actions Bot locked and limited conversation to collaborators Jun 27, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant