Skip to content

Commit

Permalink
Pin opentelemetry
Browse files Browse the repository at this point in the history
  • Loading branch information
yngve-sk committed Feb 5, 2025
1 parent 102dc4c commit 839fc33
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ dependencies = [
"netCDF4",
"numpy<2",
"openpyxl", # extra dependency for pandas (excel)
"opentelemetry-api",
"opentelemetry-sdk",
"opentelemetry-instrumentation-fastapi",
"opentelemetry-instrumentation-httpx",
"opentelemetry-instrumentation-threading",
"opentelemetry-api<1.30.0",
"opentelemetry-sdk<1.30.0",
"opentelemetry-instrumentation-fastapi<0.51b0",
"opentelemetry-instrumentation-httpx<0.51b0",
"opentelemetry-instrumentation-threading<0.51b0",
"orjson",
"packaging",
"pandas",
Expand Down

0 comments on commit 839fc33

Please sign in to comment.