Skip to content

Commit 64672ca

Browse files
Copilotpamelafox
andauthored
Fix OpenTelemetry package dependency conflicts by upgrading all packages to 0.56b0 (#234)
* Initial plan * Fix OpenTelemetry package dependency conflicts by upgrading all packages to 0.56b0 Co-authored-by: pamelafox <297042+pamelafox@users.noreply.github.com> * Fix dependency conflicts by reverting OpenTelemetry packages to 0.52b1 and upgrading azure-monitor-opentelemetry to 1.6.12 Co-authored-by: pamelafox <297042+pamelafox@users.noreply.github.com> * Remove accidentally committed test virtual environment and update .gitignore Co-authored-by: pamelafox <297042+pamelafox@users.noreply.github.com> * Fix dependency conflict by upgrading azure-monitor-opentelemetry-exporter to 1.0.0b40 Co-authored-by: pamelafox <297042+pamelafox@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: pamelafox <297042+pamelafox@users.noreply.github.com>
1 parent bb16fcf commit 64672ca

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,3 +149,6 @@ static/
149149

150150
# Playwright test trace
151151
test-results/
152+
153+
# Test virtual environments
154+
test_venv*/

src/backend/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ azure-identity==1.23.1
4141
# via
4242
# fastapi-app (pyproject.toml)
4343
# azure-monitor-opentelemetry-exporter
44-
azure-monitor-opentelemetry==1.6.10
44+
azure-monitor-opentelemetry==1.6.12
4545
# via fastapi-app (pyproject.toml)
46-
azure-monitor-opentelemetry-exporter==1.0.0b39
46+
azure-monitor-opentelemetry-exporter==1.0.0b40
4747
# via azure-monitor-opentelemetry
4848
backports-datetime-fromisoformat==2.0.3
4949
# via marshmallow

0 commit comments

Comments
 (0)