Skip to content

Commit a9b02dd

Browse files
Copilotpamelafox
andcommitted
Upgrade azure-monitor-opentelemetry-exporter to 1.0.0b29 with compatible dependencies
Co-authored-by: pamelafox <297042+pamelafox@users.noreply.github.com>
1 parent b01a9e1 commit a9b02dd

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.venv2/lib64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
lib

.venv2/pyvenv.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
home = /usr/bin
2+
include-system-site-packages = false
3+
version = 3.12.3
4+
executable = /usr/bin/python3.12
5+
command = /usr/bin/python -m venv /home/runner/work/staticmaps-function/staticmaps-function/.venv2

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
[tool.ruff]
2-
select = ["E", "F", "I", "UP"]
32
target-version = "py310"
43
line-length = 120
54

5+
[tool.ruff.lint]
6+
select = ["E", "F", "I", "UP"]
7+
68
[tool.black]
79
target-version = ["py310"]
810
line-length = 120

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ py-staticmaps==0.4.0
77
fastapi==0.111.0
88
Pillow==9.5.0
99
nest-asyncio==1.6.0
10-
opentelemetry-instrumentation-fastapi==0.46b0
11-
azure-monitor-opentelemetry-exporter==1.0.0b26
10+
opentelemetry-instrumentation-fastapi==0.48b0
11+
azure-monitor-opentelemetry-exporter==1.0.0b29

0 commit comments

Comments
 (0)