Skip to content

Commit 6f3a100

Browse files
committed
Fix httpx version
Fixes #1459
1 parent be4ceec commit 6f3a100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: instrumentation/opentelemetry-instrumentation-httpx/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232

3333
[project.optional-dependencies]
3434
instruments = [
35-
"httpx >= 0.18.0",
35+
"httpx >= 0.18.0, <= 0.23.0",
3636
]
3737
test = [
3838
"opentelemetry-instrumentation-httpx[instruments]",

0 commit comments

Comments
 (0)