chore: bump pyfly to v26.06.113#3
Merged
Merged
Conversation
Pin pyfly to the latest published release v26.06.113 and raise the lower bound to >=26.6.113. Replaces the local editable path (../../fireflyframework/ fireflyframework-pyfly) with the published git tag so fresh clones / CI resolve without a sibling checkout. fireflyframework-agentic stays at v26.05.30.
pyfly v26.06 splits actuator + admin onto a dedicated management port (9090) by default. Collapse it onto the app port (8520) via pyfly.management.server.port so /actuator/* health probes and /admin stay reachable on the single business port. Without this, GET /actuator/health returns 404 on the app port (the test_app_boot + test_smoke_e2e health assertions).
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, plus the required v26.06 breaking-change migration.Changes
[tool.uv.sources]pyfly: replaced the local editable path (../../fireflyframework/fireflyframework-pyfly) with the published git tagv26.06.113, so fresh clones / CI resolve without a sibling checkout.[project.dependencies]pyfly lower bound:>=26.5.4→>=26.6.113.fireflyframework-agenticunchanged (v26.05.30, resolves cleanly).pyfly.management.server.port: 8520soGET /actuator/healthstays on the business port (without this it 404s — caught bytest_app_boot+test_smoke_e2e)..worktrees/to.gitignore.Verification
uv lockresolves;uv syncclean.file-readers+s3extras): 442 passed, 15 skipped.