mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-08-02 11:31:52 +08:00
@ -35,7 +35,7 @@ dependencies = [
|
|||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
instruments = [
|
instruments = [
|
||||||
"falcon >= 1.4.1, < 4.0.0",
|
"falcon >= 1.4.1, < 3.1.2",
|
||||||
]
|
]
|
||||||
test = [
|
test = [
|
||||||
"opentelemetry-instrumentation-falcon[instruments]",
|
"opentelemetry-instrumentation-falcon[instruments]",
|
||||||
|
@ -77,7 +77,7 @@ libraries = [
|
|||||||
"instrumentation": "opentelemetry-instrumentation-elasticsearch==0.43b0.dev",
|
"instrumentation": "opentelemetry-instrumentation-elasticsearch==0.43b0.dev",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"library": "falcon >= 1.4.1, < 4.0.0",
|
"library": "falcon >= 1.4.1, < 3.1.2",
|
||||||
"instrumentation": "opentelemetry-instrumentation-falcon==0.43b0.dev",
|
"instrumentation": "opentelemetry-instrumentation-falcon==0.43b0.dev",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user