Skip to content

Commit 042a77f

Browse files
committed
fix tb version
1 parent ad40f24 commit 042a77f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and this project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.ht
99

1010
### Changed
1111

12-
- Bumped bundled `tinybird` CLI dependency to `4.6.1`.
12+
- Relaxed bundled `tinybird` CLI dependency to `>=4.6.0,<4.7.0` to avoid resolution failures while keeping the SDK on the `4.6.x` line.
1313
- Updated branch data config handling to use `branch_data_mode`; legacy `branch_data_on_create` now triggers an explicit migration error.
1414
- `branch_data_mode` now only accepts `last_partition` as a user-facing value.
1515
- In `dev_mode=local`, branch data mode warnings are now shown only when `branch_data_mode` is explicitly set in `tinybird.config.json`.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = [
99
]
1010
requires-python = ">=3.11"
1111
dependencies = [
12-
"tinybird==4.6.1",
12+
"tinybird>=4.6.0,<4.7.0",
1313
]
1414
classifiers = [
1515
"Development Status :: 4 - Beta",

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)