Skip to content

Commit 6625b9d

Browse files
committed
Fix Falcon dependency
Fixes #2089
1 parent 4bf3577 commit 6625b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/opentelemetry-instrumentation-falcon/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies = [
3535

3636
[project.optional-dependencies]
3737
instruments = [
38-
"falcon >= 1.4.1, < 4.0.0",
38+
"falcon >= 1.4.1, < 3.1.2",
3939
]
4040
test = [
4141
"opentelemetry-instrumentation-falcon[instruments]",

0 commit comments

Comments
 (0)