aminghadersohi commented on code in PR #37410: URL: https://github.com/apache/superset/pull/37410#discussion_r2723557693
########## pyproject.toml: ########## @@ -144,7 +144,7 @@ solr = ["sqlalchemy-solr >= 0.2.0"] elasticsearch = ["elasticsearch-dbapi>=0.2.9, <0.3.0"] exasol = ["sqlalchemy-exasol >= 2.4.0, <3.0"] excel = ["xlrd>=1.2.0, <1.3"] -fastmcp = ["fastmcp>=2.14.0"] +fastmcp = ["fastmcp==2.14.3"] Review Comment: actually i think its safer to pin it and upgrade it carefully. i dont want us landing on 3 for some reason and having it break things without a warning -- 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]
