rusackas commented on code in PR #43876:
URL: https://github.com/apache/superset/pull/43876#discussion_r3943083689
##########
pyproject.toml:
##########
@@ -196,7 +196,7 @@ excel = ["xlrd>=2.0.2, <2.1"]
excel-export = ["boto3"]
fastmcp = [
"fastmcp>=3.4.7,<4.0",
- "mcp>=1.29.1,<3.0",
+ "mcp>=2.1.1,<3.0",
# tiktoken backs the response-size-guard token estimator. Without
Review Comment:
Seemingly accurate. `mcp` 2.x only resolves against fastmcp 4.x, so this
bump is gated on that major migration rather than anything fixable in this PR.
--
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]