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

yzheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris-tools.git


The following commit(s) were added to refs/heads/main by this push:
     new 3c9b051  relax fastmcp dep constraint (#128)
3c9b051 is described below

commit 3c9b0514330e2323256fa2e642e0f4bd88c2df22
Author: Kevin Liu <[email protected]>
AuthorDate: Fri Jan 9 23:06:04 2026 -0500

    relax fastmcp dep constraint (#128)
    
    * relax fastmcp dep
    
    * 2.13.0
---
 mcp-server/pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mcp-server/pyproject.toml b/mcp-server/pyproject.toml
index 29dbf9e..4ccd8d2 100644
--- a/mcp-server/pyproject.toml
+++ b/mcp-server/pyproject.toml
@@ -29,7 +29,7 @@ requires-python = ">=3.10,<4.0"
 license = "Apache-2.0"
 keywords = ["Apache Polaris", "Polaris", "Model Context Protocol"]
 dependencies = [
-    "fastmcp>=2.13.0.2",
+    "fastmcp>=2.13.0",
     "urllib3>=1.25.3,<3.0.0",
     "python-json-logger>=4.0.0",
     "python-dotenv>=1.2.1",

Reply via email to