Skip to content

Update opentelemetry SDK versions #174

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 24, 2025
Merged

Update opentelemetry SDK versions #174

merged 1 commit into from
Feb 24, 2025

Conversation

pamelafox
Copy link
Contributor

@pamelafox pamelafox commented Feb 24, 2025

Purpose

This pull request includes updates to the dependencies in the pyproject.toml and requirements.txt files to ensure compatibility with the latest versions of the OpenTelemetry instrumentation packages. The most important changes involve updating the version constraints and specific versions of various OpenTelemetry packages.

Dependency updates in pyproject.toml:

  • Updated opentelemetry-instrumentation-sqlalchemy, opentelemetry-instrumentation-aiohttp-client, and opentelemetry-instrumentation-openai to remove specific version constraints, allowing for more flexibility in dependency resolution.

Dependency updates in requirements.txt:

  • Updated opentelemetry-api from version 1.27.0 to 1.30.0.
  • Updated opentelemetry-instrumentation from version 0.48b0 to 0.51b0.
  • Updated multiple OpenTelemetry instrumentation packages (e.g., aiohttp-client, asgi, dbapi, django, fastapi, flask, openai, psycopg2, requests, sqlalchemy, urllib, urllib3, wsgi) from version 0.48b0 to 0.51b0.
  • Updated opentelemetry-sdk from version 1.27.0 to 1.30.0.
  • Updated opentelemetry-util-http from version 0.48b0 to 0.51b0.

Does this introduce a breaking change?

When developers merge from main and run the server, azd up, or azd deploy, will this produce an error?
If you're not sure, try it out on an old environment.

[ ] Yes
[X] No

Type of change

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[X] Other... Please describe:

Code quality checklist

See CONTRIBUTING.md for more details.

  • The current tests all pass (python -m pytest).
  • I added tests that prove my fix is effective or that my feature works
  • I ran python -m pytest --cov to verify 100% coverage of added lines
  • I ran python -m mypy to check for type errors
  • I either used the pre-commit hooks or ran ruff manually on my code.

@pamelafox pamelafox merged commit 1a7855c into main Feb 24, 2025
15 checks passed
@pamelafox pamelafox deleted the versions branch February 24, 2025 20:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant