Update OpenTelemetry dependencies in pyproject.toml - #7
Conversation
Removed version constraints for OpenTelemetry dependencies.
There was a problem hiding this comment.
Pull request overview
This PR updates the project’s declared runtime dependencies by removing the minimum version constraints on the OpenTelemetry packages, with the goal of improving installability in environments like Google Colab.
Changes:
- Removed
>=1.20lower bounds fromopentelemetry-api,opentelemetry-sdk, andopentelemetry-exporter-otlpinpyproject.toml.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "opentelemetry-api", | ||
| "opentelemetry-sdk", | ||
| "opentelemetry-exporter-otlp", |
|
@masci Should we close this? I do not think it is relevant anymore |
@milistu I still cannot install the package from Colab with I get this error, related to how otel is pinned: I think the framework should work seamlessly on Colab |
Got it, I agree with you. I just thought that it was solved and the PR was left hanging. My mistake. |
|
Superseded by #49 |
Removed version constraints for OpenTelemetry dependencies to make the package installable in Colab