mistercrunch commented on code in PR #35018: URL: https://github.com/apache/superset/pull/35018#discussion_r2331702213
########## requirements/development.in: ########## @@ -16,5 +16,5 @@ # specific language governing permissions and limitations # under the License. # --e .[development,bigquery,druid,duckdb,gevent,gsheets,mysql,postgres,presto,prophet,trino,thumbnails] +-e .[development,bigquery,druid,duckdb,gevent,gsheets,mysql,postgres,presto,prophet,pydantic,trino,thumbnails] Review Comment: The bot is right here, `pydantic` is not required in this file since it's part of the core dependencies in `pyproject.toml`. The references here are pointing to a set of `project.optional-dependencies` (same as `extra_requires` in old setup.py). Can safely remove `pydantic` and re-run `./scripts/uv-pip-compile.sh` which should have no effect since pydantic is kind of a no-op here. -- 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]
