Skip to content

Commit

Permalink
Bump minimum version of open-telemetry (#43809)
Browse files Browse the repository at this point in the history
The min version of open-telemetry we used was pretty old and that
old open-telemetry had different package structure that caused
an issue with cache invalidation (see #43770). Bumping it might
help resolvers in uv and PyPI to avoid downgrading the versions
as well as avoid caching issues in similar scenarios.
  • Loading branch information
potiuk authored Nov 8, 2024
1 parent 1363cc5 commit 80e9a94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hatch_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,8 +403,8 @@
"marshmallow-oneofschema>=2.0.1",
"mdit-py-plugins>=0.3.0",
"methodtools>=0.4.7",
"opentelemetry-api>=1.15.0",
"opentelemetry-exporter-otlp>=1.15.0",
"opentelemetry-api>=1.24.0",
"opentelemetry-exporter-otlp>=1.24.0",
"packaging>=23.0",
"pathspec>=0.9.0",
'pendulum>=2.1.2,<4.0;python_version<"3.12"',
Expand Down

0 comments on commit 80e9a94

Please sign in to comment.