| commit | fd02be0eb1b3a6eb3487b5e7a0a9d0f20d1bc7d3 | [log] [tgz] |
|---|---|---|
| author | CritasWang <critas@outlook.com> | Wed Jul 16 14:58:03 2025 +0800 |
| committer | GitHub <noreply@github.com> | Wed Jul 16 14:58:03 2025 +0800 |
| tree | d9c00277dee0f100797ff2071725efb829c15b61 | |
| parent | 7abf1ca80b168846347e275f502d12de1c7585af [diff] |
Update pyproject.toml (#11)
diff --git a/pyproject.toml b/pyproject.toml index b7a38ac..f27cfbe 100644 --- a/pyproject.toml +++ b/pyproject.toml
@@ -9,7 +9,7 @@ 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 @@ ] [project.scripts] -iotdb-mcp-server = "iotdb_mcp_server:main" \ No newline at end of file +iotdb-mcp-server = "iotdb_mcp_server:main"