mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-08-01 17:34:38 +08:00
@ -35,7 +35,7 @@ dependencies = [
|
||||
|
||||
[project.optional-dependencies]
|
||||
instruments = [
|
||||
"falcon >= 1.4.1, < 4.0.0",
|
||||
"falcon >= 1.4.1, < 3.1.2",
|
||||
]
|
||||
test = [
|
||||
"opentelemetry-instrumentation-falcon[instruments]",
|
||||
|
@ -77,7 +77,7 @@ libraries = [
|
||||
"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",
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user