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

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


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

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

    Update pyproject.toml (#11)
---
 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