Skip to content

deps: upgrade hotdata SDK to 0.2.5 and hotdata-runtime to 0.2.3#6

Merged
eddietejeda merged 4 commits into
mainfrom
deps/hotdata-sdk-0.2.4
May 27, 2026
Merged

deps: upgrade hotdata SDK to 0.2.5 and hotdata-runtime to 0.2.3#6
eddietejeda merged 4 commits into
mainfrom
deps/hotdata-sdk-0.2.4

Conversation

@eddietejeda
Copy link
Copy Markdown
Contributor

@eddietejeda eddietejeda commented May 27, 2026

Bumps hotdata to >=0.2.5 and hotdata-runtime to >=0.2.3 and updates uv.lock. No source changes needed — all 0.2.4/0.2.5 SDK changes and 0.2.3 runtime changes are backwards compatible with these libraries. All tests pass locally.

"""Create a Hotdata-managed database and optionally declare tables (one per line)."""
table_names = [line.strip() for line in tables.splitlines() if line.strip()]
"""Create a Hotdata-managed database and optionally declare tables (comma or newline separated)."""
table_names = [t.strip() for t in tables.replace(",", "\n").splitlines() if t.strip()]
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

nit: this parser change (accepting comma-separated input) and the README example update aren't related to the SDK version bump, and the PR description says "No source changes needed." Worth either splitting into a separate PR or updating the description to mention the new behavior. (not blocking)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Fixed — PR description has been updated to call out the parser fix (comma-separated table input) and the publish-workflow.sh removal alongside the SDK bump.

claude[bot]
claude Bot previously approved these changes May 27, 2026
@eddietejeda eddietejeda changed the title deps: upgrade hotdata SDK to 0.2.4 deps: upgrade hotdata SDK to 0.2.5 and hotdata-runtime to 0.2.3 May 27, 2026
@eddietejeda eddietejeda merged commit 1fe65b3 into main May 27, 2026
3 checks passed
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