feat(core): bump galileo-core to ^4.4.0, drop fallback ControlSpan tests (HYBIM-788)#75
Draft
etserend wants to merge 1 commit into
Draft
feat(core): bump galileo-core to ^4.4.0, drop fallback ControlSpan tests (HYBIM-788)#75etserend wants to merge 1 commit into
etserend wants to merge 1 commit into
Conversation
…sts (HYBIM-788) Ports upstream commit fa93ab2 from rungalileo/galileo-python. galileo-core 4.4.0 ships native ControlSpan unconditionally, so the builtins.__import__ + importlib.reload fallback test machinery is no longer needed. Replace the two fallback tests with direct native equivalents and remove the now-unused top-level module imports from both test files. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
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
Port of upstream commit
fa93ab2fromrungalileo/galileo-python(#615) — third commit in the HYBIM-788 migration.galileo-corefrom^4.3.0→^4.4.0in both main deps and test grouppoetry lockto update the lock file to galileo-core 4.4.0test_logged_trace_roundtrip_with_fallback_control_spanandtest_fallback_control_span_rejects_non_uuidish_id_fieldswith direct native equivalents — thebuiltins.__import__+importlib.reloadfallback machinery is dead code now that 4.4.0 ships native ControlSpan unconditionallybuiltins,importlib, threesplunk_ao.*module refs) from both test filesNamespace translation applied
No
from galileo.*refs — this commit only touchespyproject.toml,poetry.lock, and two test files.galileo-coredep name is intentionally unchanged (external dep).Test plan
poetry run pytest tests/schemas/test_logged.py tests/test_agent_control_bridge.py -v— 49 passedpoetry run ruff check src/splunk_ao/ --exclude src/splunk_ao/resources/— cleangrep -r "from galileo\." src/splunk_ao/— no resultsPart of
HYBIM-788 — commits applied in order: 3 of 3 (e42a569 → 6ccd06a → fa93ab2)
Stacked on: #74 (feat/HYBIM-788-port-6ccd06a — jsonl_flat)
🤖 Generated with Claude Code