This is an automated email from the ASF dual-hosted git repository.

critas pushed a commit to branch wx_0716
in repository https://gitbox.apache.org/repos/asf/iotdb-mcp-server.git


The following commit(s) were added to refs/heads/wx_0716 by this push:
     new e2e7b4b  Update pyproject.toml
e2e7b4b is described below

commit e2e7b4bef3bb0ff05b03552b890caaaf92ab9e4e
Author: CritasWang <[email protected]>
AuthorDate: Wed Jul 16 14:57:03 2025 +0800

    Update pyproject.toml
---
 pyproject.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index b7a38ac..f27cfbe 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -9,7 +9,7 @@ license-file="LICENSE"
 requires-python = ">=3.12"
 dependencies = [
     "fastmcp>=2.8.1",
-    "apache-iotdb>=2.0.3",
+    "apache-iotdb>=2.0.4",
     "openpyxl>=3.1.5"
 ]
 
@@ -32,4 +32,4 @@ dev-dependencies = [
 ]
 
 [project.scripts]
-iotdb-mcp-server = "iotdb_mcp_server:main"
\ No newline at end of file
+iotdb-mcp-server = "iotdb_mcp_server:main"

Reply via email to