We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36559c8 commit 9370abdCopy full SHA for 9370abd
CHANGELOG.rst
@@ -2,12 +2,17 @@
2
Version History
3
===============
4
5
+v1.5.0 (2025-08-14)
6
+--------------------
7
+
8
+* Added timeout parameter to BulkImport.perform() method
9
10
v1.4.0 (2025-08-05)
11
12
13
* Support trino type query
14
* Remove partial_delete api
15
-
16
v1.2.1 (2020-07-01)
17
--------------------
18
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "td-client"
-version = "1.4.0"
+version = "1.5.0"
description = "Treasure Data API library for Python"
readme = {file = "README.rst", content-type = "text/x-rst; charset=UTF-8"}
requires-python = ">=3.8"
0 commit comments