We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 72be67f + e0e27fa commit 82a392cCopy full SHA for 82a392c
2 files changed
pyproject.toml
@@ -1,14 +1,14 @@
1
[project]
2
name = "tinybird-sdk"
3
-version = "0.1.7"
+version = "0.1.8"
4
description = "Python SDK for Tinybird Forward"
5
readme = "README.md"
6
authors = [
7
{ name = "Tinybird", email = "support@tinybird.co" }
8
]
9
requires-python = ">=3.11"
10
dependencies = [
11
- "tinybird==4.4.1",
+ "tinybird==4.5.0",
12
13
14
[project.scripts]
0 commit comments