This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 4edcfc8799 pin min opentelemetry-exporter-prom version (#43143)
4edcfc8799 is described below

commit 4edcfc879925b73c9582e88c8a73ee8619d5f2df
Author: Kalyan R <[email protected]>
AuthorDate: Fri Oct 18 22:47:30 2024 +0530

    pin min opentelemetry-exporter-prom version (#43143)
---
 hatch_build.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hatch_build.py b/hatch_build.py
index d289d36d8f..2476745730 100644
--- a/hatch_build.py
+++ b/hatch_build.py
@@ -104,7 +104,7 @@ CORE_EXTRAS: dict[str, list[str]] = {
         "plyvel>=1.5.1",
     ],
     "otel": [
-        "opentelemetry-exporter-prometheus",
+        "opentelemetry-exporter-prometheus>=0.47b0",
     ],
     "pandas": [
         # In pandas 2.2 minimal version of the sqlalchemy is 2.0

Reply via email to