Skip to content

Commit 86f6723

Browse files
Relax httpx version to allow 0.23
1 parent a7a4f71 commit 86f6723

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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, <= 0.23.0",
35+
"httpx >= 0.18.0",
3636
]
3737
test = [
3838
"opentelemetry-instrumentation-httpx[instruments]",

Diff for: opentelemetry-instrumentation/src/opentelemetry/instrumentation/bootstrap_gen.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"instrumentation": "opentelemetry-instrumentation-grpc==0.39b0.dev",
8282
},
8383
"httpx": {
84-
"library": "httpx >= 0.18.0, <= 0.23.0",
84+
"library": "httpx >= 0.18.0",
8585
"instrumentation": "opentelemetry-instrumentation-httpx==0.39b0.dev",
8686
},
8787
"jinja2": {

0 commit comments

Comments
 (0)