Skip to content

chore: prepare v0.1.1 release#7

Merged
eddietejeda merged 1 commit into
mainfrom
chore/prepare-v0.1.1-release
May 19, 2026
Merged

chore: prepare v0.1.1 release#7
eddietejeda merged 1 commit into
mainfrom
chore/prepare-v0.1.1-release

Conversation

@eddietejeda
Copy link
Copy Markdown
Contributor

Summary

  • Remove the stale [tool.uv.sources] override that pinned hotdata to ../sdk-python
  • Regenerate uv.lock so hotdata 0.2.0 resolves from PyPI

This unblocks publishing hotdata-runtime 0.1.1, which adds managed database helpers (list_managed_databases, create_managed_database, load_managed_table, etc.) already merged in #4.

Why

The editable sdk-python pin leaked into the lockfile and breaks uv sync for anyone without a sibling ../sdk-python checkout. hotdata 0.2.0 is now on PyPI, so the override is no longer needed.

Test plan

  • uv sync --locked
  • uv run pytest (47 passed)

After merge

  1. Tag v0.1.1 on main: git tag v0.1.1 && git push origin v0.1.1
  2. Confirm the Publish to PyPI workflow succeeds
  3. Unblock hotdata-marimo#5 (remove editable runtime pin + re-lock)

Remove the stale ../sdk-python editable override now that hotdata 0.2.0
is on PyPI so fresh checkouts and CI can uv sync without sibling repos.
@eddietejeda eddietejeda merged commit a427d1b into main May 19, 2026
1 check 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