This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch HTHou-patch-1 in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit e01bf3df2638296c5c76383d151a9ad548f053bc Author: Haonan <[email protected]> AuthorDate: Mon Apr 21 15:34:45 2025 +0800 Fix python client pom error --- iotdb-client/client-py/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iotdb-client/client-py/pom.xml b/iotdb-client/client-py/pom.xml index 9d174d2f122..5a644d5d143 100644 --- a/iotdb-client/client-py/pom.xml +++ b/iotdb-client/client-py/pom.xml @@ -46,7 +46,7 @@ <dependency> <groupId>org.apache.iotdb</groupId> <artifactId>iotdb-thrift-confignode</artifactId> - <version>2.0.2-SNAPSHOT</version> + <version>2.0.4-SNAPSHOT</version> <scope>provided</scope> </dependency> </dependencies>
