sadpandajoe commented on code in PR #44200:
URL: https://github.com/apache/superset/pull/44200#discussion_r4007792740


##########
pyproject.toml:
##########
@@ -197,12 +197,13 @@ excel = ["xlrd>=2.0.2, <2.1"]
 # installing this extra is only required to actually run exports.
 excel-export = ["boto3"]
 fastmcp = [
-    "fastmcp>=3.4.7,<4.0",
-    # fastmcp 3.x itself requires mcp<2.0; the upper bound here was looser
-    # than that until Dependabot proposed mcp 2.1.1 and the resolver caught
-    # the conflict (#43876). Capped to match what fastmcp 3.x actually
-    # supports until this extra moves to fastmcp 4.x, which accepts mcp 2.x.
-    "mcp>=1.29.1,<2.0",
+    "fastmcp>=4.0.3,<5.0",

Review Comment:
   ```suggestion
       "fastmcp>=3.4.7,<5.0",
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to