We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7a4f71 commit 86f6723Copy full SHA for 86f6723
instrumentation/opentelemetry-instrumentation-httpx/pyproject.toml
@@ -32,7 +32,7 @@ dependencies = [
32
33
[project.optional-dependencies]
34
instruments = [
35
- "httpx >= 0.18.0, <= 0.23.0",
+ "httpx >= 0.18.0",
36
]
37
test = [
38
"opentelemetry-instrumentation-httpx[instruments]",
opentelemetry-instrumentation/src/opentelemetry/instrumentation/bootstrap_gen.py
@@ -81,7 +81,7 @@
81
"instrumentation": "opentelemetry-instrumentation-grpc==0.39b0.dev",
82
},
83
"httpx": {
84
- "library": "httpx >= 0.18.0, <= 0.23.0",
+ "library": "httpx >= 0.18.0",
85
"instrumentation": "opentelemetry-instrumentation-httpx==0.39b0.dev",
86
87
"jinja2": {
0 commit comments