We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb16fcf commit 64672caCopy full SHA for 64672ca
.gitignore
@@ -149,3 +149,6 @@ static/
149
150
# Playwright test trace
151
test-results/
152
+
153
+# Test virtual environments
154
+test_venv*/
src/backend/requirements.txt
@@ -41,9 +41,9 @@ azure-identity==1.23.1
41
# via
42
# fastapi-app (pyproject.toml)
43
# azure-monitor-opentelemetry-exporter
44
-azure-monitor-opentelemetry==1.6.10
+azure-monitor-opentelemetry==1.6.12
45
# via fastapi-app (pyproject.toml)
46
-azure-monitor-opentelemetry-exporter==1.0.0b39
+azure-monitor-opentelemetry-exporter==1.0.0b40
47
# via azure-monitor-opentelemetry
48
backports-datetime-fromisoformat==2.0.3
49
# via marshmallow
0 commit comments