Copilot commented on code in PR #41157:
URL: https://github.com/apache/superset/pull/41157#discussion_r3428829506
##########
requirements/development.txt:
##########
@@ -100,6 +104,7 @@ cachelib==0.13.0
cachetools==6.2.1
# via
# -c requirements/base-constraint.txt
+ # apache-superset
# google-auth
# py-key-value-aio
Review Comment:
The new provenance note `# apache-superset` is ambiguous compared to
`requirements/base.txt`, which specifies `apache-superset (pyproject.toml)`.
For traceability/debugging of why a package is pinned, consider using
consistent wording in both files (e.g., include `(pyproject.toml)` here as
well).
--
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]