Skip to content

deps: upgrade hotdata SDK to 0.2.4#13

Merged
eddietejeda merged 1 commit into
mainfrom
deps/hotdata-sdk-0.2.4
May 27, 2026
Merged

deps: upgrade hotdata SDK to 0.2.4#13
eddietejeda merged 1 commit into
mainfrom
deps/hotdata-sdk-0.2.4

Conversation

@eddietejeda
Copy link
Copy Markdown
Contributor

Summary

  • Bumps hotdata dependency to >=0.2.4 and updates uv.lock
  • Fixes callers for the breaking rename of descriptionname on CreateDatabaseRequest, DatabaseSummary, and DatabaseDetailResponse in SDK 0.2.4

Changes

  • pyproject.toml / uv.lock: hotdata>=0.2.3>=0.2.4
  • hotdata_runtime/databases.py: read detail.name (was detail.description) when mapping DatabaseDetailResponseManagedDatabase
  • hotdata_runtime/client.py: pass name= (was description=) to CreateDatabaseRequest; scan list by db.name (was db.description)
  • tests/test_databases.py: update SimpleNamespace fixtures to use name= attribute to match renamed SDK models

Test plan

  • All 53 unit tests pass locally (uv run pytest tests/ -v)

Bumps hotdata dependency to >=0.2.4 and fixes callers for the breaking
rename of `description` → `name` on `CreateDatabaseRequest`,
`DatabaseSummary`, and `DatabaseDetailResponse`.

- `databases.py`: read `detail.name` instead of `detail.description`
- `client.py`: use `name=` on `CreateDatabaseRequest`; scan list by `db.name`
- `tests/`: update SimpleNamespace fixtures to match renamed SDK attributes
@eddietejeda eddietejeda merged commit 7adcf5e into main May 27, 2026
3 checks passed
@claude claude Bot mentioned this pull request May 27, 2026
3 tasks
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