Skip to content

Commit d34e86d

Browse files
authored
chore: adopt hotdata 0.5.0 SDK (#30)
Bump the hotdata dependency floor from >=0.4.1 to >=0.5.0. The 0.5.0 release is backward compatible for everything the framework uses; the only API changes are additive (optional 'format' field on LoadManagedTableRequest and optional 'format' param on ResultsApi.get_result), so no framework code changes were required. Co-authored-by: Eddie A Tejeda <669988+eddietejeda@users.noreply.github.com>
1 parent b679ac9 commit d34e86d

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
1011

12+
- Adopt the `hotdata` 0.5.0 SDK surface (dependency bumped from `>=0.4.1` to `>=0.5.0`). The release is backward compatible for everything the framework uses; the only API changes are additive (a new optional `format` field on `LoadManagedTableRequest` and an optional `format` parameter on `ResultsApi.get_result`), so no framework code changes were required.
1113

1214
## [0.4.1] - 2026-06-26
1315

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
"Typing :: Typed",
2727
]
2828
dependencies = [
29-
"hotdata>=0.4.1",
29+
"hotdata>=0.5.0",
3030
"pandas>=2.0",
3131
"pyarrow>=14.0",
3232
]

uv.lock

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

0 commit comments

Comments
 (0)