mistercrunch commented on code in PR #27907: URL: https://github.com/apache/superset/pull/27907#discussion_r1552257103
########## docs/docs/installation/running-on-kubernetes.mdx: ########## @@ -155,7 +155,7 @@ connect to those datasources in your Superset installation: ```yaml bootstrapScript: | #!/bin/bash - pip install psycopg2==2.9.6 \ + pip install psycopg2==2.9.9 \ Review Comment: this should probably reference the optional dependencies as in`pip install -e .[postgres]`, which would make it consistent and in sync with the ranges defined in pyproject.toml -- 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: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org