Skip to content

Commit 0f582c7

Browse files
committed
chore: pin hotdata-runtime>=0.1.1 and bump to 0.1.1
Replace git branch dependency with a PyPI version constraint aligned with the runtime release that adds managed database helpers.
1 parent 3828f24 commit 0f582c7

2 files changed

Lines changed: 6 additions & 11 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,15 @@
22
requires = ["hatchling"]
33
build-backend = "hatchling.build"
44

5-
[tool.hatch.metadata]
6-
allow-direct-references = true
7-
85
[project]
96
name = "hotdata-marimo"
10-
version = "0.1.0"
7+
version = "0.1.1"
118
description = "Marimo integration for Hotdata runtime"
129
readme = "README.md"
1310
requires-python = ">=3.10"
1411
license = { text = "MIT" }
1512
dependencies = [
16-
"hotdata-runtime @ git+https://github.com/hotdata-dev/hotdata-runtime.git@feat/managed-databases",
13+
"hotdata-runtime>=0.1.1",
1714
"marimo>=0.10.0",
1815
]
1916

@@ -25,8 +22,7 @@ dev = [
2522
[tool.uv]
2623
default-groups = ["dev"]
2724

28-
# Resolve hotdata-runtime from a sibling checkout (../hotdata-runtime). Remove this
29-
# block and re-run `uv lock` before committing a lockfile meant for CI that only clones this repo.
25+
# Resolve hotdata-runtime from a sibling checkout until v0.1.1 is on PyPI.
3026
[tool.uv.sources]
3127
hotdata-runtime = { path = "../hotdata-runtime", editable = true }
3228

@@ -39,4 +35,3 @@ testpaths = ["tests"]
3935
[tool.marimo.runtime]
4036
# Reduces stale cell state when opening the example; overrides personal marimo.toml if unset.
4137
auto_instantiate = true
42-

uv.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)