Skip to content

Commit 6f07828

Browse files
committed
Pin tinybird to 4.3.1
1 parent db2e268 commit 6f07828

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
.pytest_cache/
33
__pycache__/
44
*.pyc
5+
6+
tasks/

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [
88
]
99
requires-python = ">=3.11"
1010
dependencies = [
11-
"tinybird",
11+
"tinybird==4.3.1",
1212
]
1313

1414
[project.scripts]

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)