Skip to content

Commit

Permalink
Fix Falcon dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Dec 14, 2023
1 parent 4bf3577 commit 6625b9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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]",
Expand Down

0 comments on commit 6625b9d

Please sign in to comment.