Skip to content

Commit a18d51c

Browse files
Pinning azure-monitor-opentelemetry to 1.6.12
As version 1.6.13 leads to an error with missing psycopg2 package. It should be unpinned once they fix it. (#144) Expectation is that we can unpin when they fix it in 1.6.14.
1 parent 3d739b1 commit a18d51c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies = [
2929
"tenacity<8.5",
3030
"urllib3 > 2",
3131
"tqdm",
32-
"azure-monitor-opentelemetry",
32+
"azure-monitor-opentelemetry==1.6.12",
3333
]
3434

3535
[project.urls]

0 commit comments

Comments
 (0)