Skip to content

chore(deps): bump hotdata from 0.9.0 to 0.10.0 - #82

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/hotdata-0.10.0
Open

chore(deps): bump hotdata from 0.9.0 to 0.10.0#82
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/uv/hotdata-0.10.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 24, 2026

Copy link
Copy Markdown
Contributor

Bumps hotdata from 0.9.0 to 0.10.0.

Release notes

Sourced from hotdata's releases.

hotdata 0.10.0

Removed

  • Breaking: the API-token → JWT key exchange is deprecated and removed. The client no longer POSTs your token to /v1/auth/jwt, caches the minted JWT, or refreshes it with a refresh_token grant — the API token configured as api_key is sent verbatim as Authorization: Bearer <token>. The internal hotdata._auth module (and its TokenExchangeError) is gone, api_key is a plain attribute rather than a minting property, and the HOTDATA_DISABLE_JWT_EXCHANGE escape hatch no longer does anything (it is safe to unset). Callers passing an API token need no change; callers that were passing a pre-minted JWT can keep doing so, since it is now forwarded as the bearer credential like any other token.

hotdata 0.9.1

Fixed

  • fix(auth): take a token's expiry from its own exp claim, and retry once on a 401

Changed

  • chore: add request/response examples and update documentation
  • feat(loads): add idempotency_key to load requests
  • feat(loads): support inline csv data in table load requests
  • feat(databases): add bulk operations and count endpoint
Changelog

Sourced from hotdata's changelog.

[0.10.0] - 2026-08-18

Removed

  • Breaking: the API-token → JWT key exchange is deprecated and removed. The client no longer POSTs your token to /v1/auth/jwt, caches the minted JWT, or refreshes it with a refresh_token grant — the API token configured as api_key is sent verbatim as Authorization: Bearer <token>. The internal hotdata._auth module (and its TokenExchangeError) is gone, api_key is a plain attribute rather than a minting property, and the HOTDATA_DISABLE_JWT_EXCHANGE escape hatch no longer does anything (it is safe to unset). Callers passing an API token need no change; callers that were passing a pre-minted JWT can keep doing so, since it is now forwarded as the bearer credential like any other token.

[0.9.1] - 2026-08-18

Fixed

  • fix(auth): take a token's expiry from its own exp claim, and retry once on a 401

Changed

  • chore: add request/response examples and update documentation
  • feat(loads): add idempotency_key to load requests
  • feat(loads): support inline csv data in table load requests
  • feat(databases): add bulk operations and count endpoint
Commits
  • c044475 chore: release v0.10.0 (#173)
  • bdae174 refactor(auth): drop jwt exchange for api token (#158)
  • d4faf57 chore: release v0.9.1 (#172)
  • b1f9534 fix(auth): trust the JWT's own exp, and retry once on a 401 (#171)
  • f04953c chore: add request/response examples and update documentation (#170)
  • e4c6ddb feat(loads): add idempotency_key to load requests (#169)
  • c678c91 feat(loads): support inline csv data in table load requests (#168)
  • e70b90a feat(databases): add bulk operations and count endpoint (#167)
  • See full diff in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Aug 24, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 24, 2026 18:07
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 24, 2026
@dependabot
dependabot Bot requested review from zfarrell and removed request for a team August 24, 2026 18:07
@dependabot dependabot Bot added the python:uv Pull requests that update python:uv code label Aug 24, 2026
@github-actions
github-actions Bot enabled auto-merge (squash) August 24, 2026 18:07
@dependabot
dependabot Bot force-pushed the dependabot/uv/hotdata-0.10.0 branch from 9b87612 to 72ebf52 Compare August 25, 2026 07:42
Bumps [hotdata](https://github.com/hotdata-dev/sdk-python) from 0.9.0 to 0.10.0.
- [Release notes](https://github.com/hotdata-dev/sdk-python/releases)
- [Changelog](https://github.com/hotdata-dev/sdk-python/blob/main/CHANGELOG.md)
- [Commits](hotdata-dev/sdk-python@v0.9.0...v0.10.0)

---
updated-dependencies:
- dependency-name: hotdata
  dependency-version: 0.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/uv/hotdata-0.10.0 branch from 72ebf52 to 9a2ac6e Compare August 25, 2026 12:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants