bito-code-review[bot] commented on code in PR #38562: URL: https://github.com/apache/superset/pull/38562#discussion_r2930387819
########## pyproject.toml: ########## @@ -144,7 +144,7 @@ solr = ["sqlalchemy-solr >= 0.2.0"] elasticsearch = ["elasticsearch-dbapi>=0.2.12, <0.3.0"] exasol = ["sqlalchemy-exasol >= 2.4.0, <3.0"] excel = ["xlrd>=1.2.0, <1.3"] -fastmcp = ["fastmcp==2.14.3"] +fastmcp = ["fastmcp>=3.1.0,<4.0"] Review Comment: <!-- Bito Reply --> Understood—the fastmcp version update to >=3.1.0 targets the v3 search transform API, with option to narrow the range later if needed. -- 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]
