Skip to content

Commit af29d9c

Browse files
committed
chore: pin hotdata>=0.1.1 and bump to 0.1.1
Use PyPI version constraints instead of git URLs. Managed database APIs require hotdata 0.1.1; keep a sibling sdk-python path override for local development until that release is published.
1 parent cbccf1e commit af29d9c

2 files changed

Lines changed: 5 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 5 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-runtime"
10-
version = "0.1.0"
7+
version = "0.1.1"
118
description = "Workspace/session runtime primitives for Hotdata integrations"
129
readme = "README.md"
1310
requires-python = ">=3.10"
1411
license = { text = "MIT" }
1512
dependencies = [
16-
"hotdata @ git+https://github.com/hotdata-dev/sdk-python.git",
13+
"hotdata>=0.1.1",
1714
"pandas>=2.0",
1815
]
1916

@@ -26,6 +23,7 @@ dev = [
2623
[tool.uv]
2724
default-groups = ["dev"]
2825

26+
# Resolve hotdata from a sibling checkout until v0.1.1 is on PyPI.
2927
[tool.uv.sources]
3028
hotdata = { path = "../sdk-python", editable = true }
3129

uv.lock

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

0 commit comments

Comments
 (0)