Closed alessandrobologna closed 1 week ago
pyproject.toml
The package had outdated dependency constraints that made it incompatible with newer releases of OpenTelemetry.
Updated version constraints to support newer OpenTelemetry releases while maintaining compatibility.
pip install -e .
uv pip install -e .
Update OTLP Adapter Dependencies and Version
Changes
pyproject.toml
to support newer OpenTelemetry releasesProblem
The package had outdated dependency constraints that made it incompatible with newer releases of OpenTelemetry.
Solution
Updated version constraints to support newer OpenTelemetry releases while maintaining compatibility.
Testing
pip install -e .
uv pip install -e .