mistercrunch commented on code in PR #33976: URL: https://github.com/apache/superset/pull/33976#discussion_r2175615599
########## pyproject.toml: ########## @@ -131,6 +131,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.8.1"] Review Comment: Noting that we can probably add `fastmcp` to `requirements/development.in` -> https://github.com/apache/superset/blob/master/requirements/development.in#L19 Once you add it there, you have to run this script to pin it in `requirements/development.txt` -> https://github.com/apache/superset/blob/master/scripts/uv-pip-compile.sh -- 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]
