Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.10.6] - 2026-08-18

### Changed
- Refreshed the bundled workspace `uv.lock` to the latest within-constraint versions (notably `dlt` 1.29.1 → 1.30.0, `dlthub` 0.29.0 → 0.30.0, `dlthub-client` 0.28.1 → 0.28.2, `starlette` 1.3.1 → 1.6.0, `numpy` 2.5.1 → 2.5.2), plus transitive updates.

## [0.10.5] - 2026-08-04

### Changed
- Bumped the bundled workspace's `marimo` 0.23.14 → 0.23.16, moving the onboarding notebook's session snapshot `marimo_version` in lockstep so the pre-built cell outputs still replay on deploy (a version mismatch would silently fall back to a live kernel run). The session-cache format is unchanged (`version: "1"`).
- Refreshed the bundled workspace `uv.lock` to the latest within-constraint versions (notably `dlt` 1.29.0 → 1.29.1, `pandas` 3.0.3 → 3.0.5, `s3fs` 2026.6.0 → 2026.7.0, `aiobotocore` 3.8.0 → 3.9.0, `cryptography` 49.0 → 50.0), plus transitive updates.

## [0.10.4] - 2026-07-22

### Changed
Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "dlthub-start"
version = "0.10.4"
version = "0.10.6"
description = "Create a dltHub workspace and hand off to your coding agent — scaffold, install, log in, and connect a playground, then the agent deploys and runs the sample pipeline."
readme = "README.md"
requires-python = ">=3.10"
Expand All @@ -31,7 +31,8 @@ Changelog = "https://github.com/dlt-hub/dlthub-start/releases"
[project.optional-dependencies]
dev = [
"pytest>=8",
"ruff>=0.6",
# Cap below 0.16: it enables new default lint rules that need a separate migration.
"ruff>=0.6,<0.16",
"mypy>=1.10",
"dlt>=1.28.0",
]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "1",
"metadata": {
"marimo_version": "0.23.14",
"marimo_version": "0.23.16",
"script_metadata_hash": null
},
"cells": [
Expand Down
Loading
Loading