Skip to content

fix: lift ovos-spec-tools upper bound (spec-tools 1.x) - #118

Merged
JarbasAl merged 1 commit into
devfrom
fix/lift-spec-tools-cap
Jun 28, 2026
Merged

fix: lift ovos-spec-tools upper bound (spec-tools 1.x)#118
JarbasAl merged 1 commit into
devfrom
fix/lift-spec-tools-cap

Conversation

@JarbasAl

@JarbasAl JarbasAl commented Jun 28, 2026

Copy link
Copy Markdown
Member

spec-tools crossed to 1.x (1.1.0a1 published) — PR #63 (fix!) dropped the handler-trio entries from the namespace migration bridge. Consumers capping ovos-spec-tools<1.0.0 can no longer resolve against the current stack (e.g. ovos-bus-client 2.6.0a1 requires ovos-spec-tools>=1.1.0a1).

This drops the upper bound entirely (keeps the floor) so the stack resolves. Verified: with the uncapped floor, uv resolves ovos-spec-tools==1.1.0a1 alongside ovos-bus-client==2.6.0a1 with no conflict.

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Chores
    • Updated a project dependency to allow newer compatible versions, improving flexibility for future installs and updates.

spec-tools crossed to 1.x; bus-client 2.6.0a1 and the rest of the
stack now require ovos-spec-tools>=1.1.0a1. Drop the <1.0.0 cap
(keep the floor) so the stack resolves.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Jun 28, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 815bbe58-99d2-47c1-83fd-157823146172

📥 Commits

Reviewing files that changed from the base of the PR and between fca3a4a and 7cdc02b.

📒 Files selected for processing (1)
  • pyproject.toml

📝 Walkthrough

Walkthrough

In pyproject.toml, the ovos-spec-tools dependency constraint is changed from >=0.9.0a1,<1.0.0 to >=0.9.0a1, removing the upper version bound.

Changes

Dependency Constraint Update

Layer / File(s) Summary
Remove ovos-spec-tools upper bound
pyproject.toml
The <1.0.0 upper bound is removed from the ovos-spec-tools dependency, leaving only the >=0.9.0a1 minimum constraint.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

A version cap once held the door,
Now ovos-spec-tools can soar!
No ceiling, no wall,
Just hop through them all —
🐇 The rabbit unlocked the floor!

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/lift-spec-tools-cap

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@github-actions github-actions Bot added the fix label Jun 28, 2026
@github-actions

Copy link
Copy Markdown

Beep! Your PR results are served. 🍽️

I've aggregated the results of the automated checks for this PR below.

🔨 Build Tests

I've checked the welds on your new features. 👨‍🏭

✅ All versions pass

Python Build Install
3.10
3.11
3.12
3.13
3.14

The automation engine never sleeps. 🚂

@JarbasAl
JarbasAl marked this pull request as ready for review June 28, 2026 02:14
@JarbasAl
JarbasAl merged commit 9785f69 into dev Jun 28, 2026
12 checks passed
@JarbasAl
JarbasAl deleted the fix/lift-spec-tools-cap branch June 28, 2026 02:14
@github-actions github-actions Bot added fix and removed fix labels Jun 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant