Skip to content

Commit c5a43dc

Browse files
committed
update deps
1 parent 2e3cf13 commit c5a43dc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "tinybird-python-sdk"
7-
version = "0.3.3"
7+
version = "0.3.4"
88
description = "Python SDK for Tinybird"
99
readme = "README.md"
1010
authors = [
1111
{name = "tinybird.co", email = "support@tinybird.co"},
1212
]
1313
dependencies = [
14-
"requests>=2.32.3",
15-
"aiohttp>=3.11.2",
16-
"backoff>=2.2.0",
14+
"requests~=2.32",
15+
"aiohttp~=3.10",
16+
"backoff~=2.2",
1717
]
1818

1919
[project.optional-dependencies]

0 commit comments

Comments
 (0)