xBis7 commented on code in PR #56187:
URL: https://github.com/apache/airflow/pull/56187#discussion_r2435587713


##########
airflow-core/pyproject.toml:
##########
@@ -150,6 +150,10 @@ dependencies = [
     "pygtrie>=2.5.0",
     "structlog>=25.4.0",
     # End of shared logging dependencies
+    # Start of shared observability dependencies
+    "statsd>=3.3.0",
+    "datadog>=0.50.0",

Review Comment:
   Same here as in the task-sdk. I didn't write it myself.
   
   Wherever you see
   ```
   # Start of shared <name> dependencies
   ...
   ...
   # End of shared observability dependencies
   ```
   it's auto-generated by `prek`.



-- 
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]

Reply via email to