We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e3cf13 commit c5a43dcCopy full SHA for c5a43dc
1 file changed
pyproject.toml
@@ -4,16 +4,16 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "tinybird-python-sdk"
7
-version = "0.3.3"
+version = "0.3.4"
8
description = "Python SDK for Tinybird"
9
readme = "README.md"
10
authors = [
11
{name = "tinybird.co", email = "support@tinybird.co"},
12
]
13
dependencies = [
14
- "requests>=2.32.3",
15
- "aiohttp>=3.11.2",
16
- "backoff>=2.2.0",
+ "requests~=2.32",
+ "aiohttp~=3.10",
+ "backoff~=2.2",
17
18
19
[project.optional-dependencies]
0 commit comments