chore: bump pyfly to v26.06.113#66
Merged
Merged
Conversation
Upgrade the pyfly dependency pin from v26.05.05 to the latest published release v26.06.113, and raise the matching lower bound to >=26.6.113. fireflyframework-agentic stays at v26.05.32 (resolves cleanly against the new pyfly). Full test suite (798 passed, 3 skipped) green.
pyfly v26.06 splits actuator + admin onto a dedicated management port (9090) by default. Collapse it onto the app port (8500) via pyfly.management.server.port so /actuator/* health probes and /admin stay reachable on the single business port (k8s probes, Taskfile, docs).
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
Upgrade the
pyflyframework dependency to the latest published release v26.06.113.Changes
[tool.uv.sources]pyfly git tag:v26.05.05→v26.06.113[project.dependencies]pyfly lower bound:>=26.5.4→>=26.6.113fireflyframework-agenticunchanged (v26.05.32) — resolves cleanly against the new pyfly, no bump required..worktrees/to.gitignore.Verification
uv lockresolves (327 packages).uv syncclean.(uv.lock is gitignored in this repo; CI regenerates it from the updated pin.)