Fix Falcon dependency (#2090)

Fixes #2089
This commit is contained in:
Diego Hurtado
2023-12-13 20:58:54 -06:00
committed by GitHub
parent 4bf3577fb7
commit b6c11054b9
2 changed files with 2 additions and 2 deletions

View File

@ -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",
},
{