Skip to content

Commit a370abb

Browse files
committed
chore: require hotdata>=0.2.0
1 parent af29d9c commit a370abb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
requires-python = ">=3.10"
1111
license = { text = "MIT" }
1212
dependencies = [
13-
"hotdata>=0.1.1",
13+
"hotdata>=0.2.0",
1414
"pandas>=2.0",
1515
]
1616

@@ -23,7 +23,7 @@ dev = [
2323
[tool.uv]
2424
default-groups = ["dev"]
2525

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

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)