chore: bump hotdata SDK to >=0.5.0 and rename hotdata-runtime → hotdata-framework references#27
Merged
Merged
Conversation
Upgrade the hotdata SDK dependency from >=0.4.1 to >=0.5.0 (latest) and relock. Verified end-to-end against live Hotdata on 0.5.0: offline suite (98 pytest, ruff clean) plus full live integration run (create/upload/ sync, filter, order_by, aggregate, mutate, join, to_pyarrow/to_pandas, raw SQL, batches, drop). No API drift in the SDK surface the backend uses.
ibis must not depend on hotdata-framework (enforced by the architecture guardrail tests), so allow-listing it for dependabot was contradictory. Keep only the hotdata SDK, which is the sole real dependency.
…framework # Conflicts: # .github/dependabot.yml
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.
Changes
Housekeeping for
hotdata-ibis:1. Bump hotdata SDK floor
>=0.4.1→>=0.5.0pyproject.toml— dependency specifieruv.lock— relockedhotdata0.4.1 → 0.5.02. Rename
hotdata-runtime→hotdata-frameworkreferencesTerminology-only updates following the rename of the sibling package. No runtime dependency change — the backend still depends on the
hotdataSDK; the architecture guardrails continue to enforce that ibis stays independent of the framework package.pyproject.toml— description textscripts/publish-workflow.sh— usage commenttests/test_architecture_guardrails.py— guardrail test names + assertions3. Drop hotdata-framework from the dependabot allow-list
.github/dependabot.yml— ibis must not depend on hotdata-framework (enforced by the guardrail tests), so allow-listing it for dependabot was contradictory. Now lists only thehotdataSDK.Verification
pytest— 98 passed;ruff check— clean (on hotdata 0.5.0)