[codex] bump Jido deps to 2.1 and align zoi#14
Merged
mikehostetler merged 3 commits intomainfrom Apr 1, 2026
Merged
Conversation
Contributor
Author
|
Validated locally and on CI:
I also tested replacing that override with
So the remaining blocker appears to be ecosystem-level: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates the package from the Jido 2.0 release candidates to the stable 2.1 line, based on the focused work from #9, and adds the missing
zoirequirement bump needed to resolve dependencies cleanly.What Changed
jidoto~> 2.1jido_actionto~> 2.1jido_signalfrom~> 2.0.0-rcto stable~> 2.0{:libgraph, "~> 0.16.0", override: true}to resolve themultigraph/libgraphconflictJido.Action.Error.InternalErrorzoito~> 0.17so the new Jido stack resolves without dependency conflictsWhy
PR #9 was the cleanest of the open dependency-bump proposals, but it could not be validated as-is because
jido_signalnow requireszoi ~> 0.17.1while the project still pinnedzoi ~> 0.14. This patch keeps the dependency bump focused and fixes that resolver mismatch.Validation
mix deps.getMIX_ENV=test mix testmix qualityCloses #8