Skip to content

chore: adopt hotdata 0.5.0 SDK#30

Merged
eddietejeda merged 1 commit into
mainfrom
chore/adopt-hotdata-0.5.0
Jun 29, 2026
Merged

chore: adopt hotdata 0.5.0 SDK#30
eddietejeda merged 1 commit into
mainfrom
chore/adopt-hotdata-0.5.0

Conversation

@eddietejeda

Copy link
Copy Markdown
Contributor

Summary

Bump the hotdata dependency floor from >=0.4.1 to >=0.5.0.

The 0.5.0 release is backward compatible for everything the framework uses. The only API changes are additive:

  • new optional format field on LoadManagedTableRequest
  • new optional format parameter on ResultsApi.get_result

So no framework code changes were required.

Verification

  • Diffed the full SDK API surface (imports, method signatures, model fields, response attributes) between 0.4.1 and 0.5.0 — every symbol the framework reads is present and unchanged.
  • pytest — 54 passed
  • ruff check — clean
  • mypy — identical error count (zero diff) vs 0.4.1
  • uv lock --check — consistent

Bump the hotdata dependency floor from >=0.4.1 to >=0.5.0. The 0.5.0
release is backward compatible for everything the framework uses; the
only API changes are additive (optional 'format' field on
LoadManagedTableRequest and optional 'format' param on
ResultsApi.get_result), so no framework code changes were required.

@claude claude Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clean dependency bump. Changelog, pyproject, and lockfile are consistent and the change is purely additive on the SDK side. LGTM.

@eddietejeda eddietejeda merged commit d34e86d into main Jun 29, 2026
4 checks passed
@eddietejeda eddietejeda deleted the chore/adopt-hotdata-0.5.0 branch June 29, 2026 06:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant