Skip to content

Commit 4ee8575

Browse files
authored
Expand Falcon supported version to v4
Falcon v4 has a mostly identical interface to v3, and is proved to be fully compatible with `opentelemetry-instrumentation-falcon`. Loose the version check to `<5.0.0` to avoid false `DependencyConflict` alarm.
1 parent ecf5529 commit 4ee8575

File tree

1 file changed

+1
-1
lines changed
  • instrumentation/opentelemetry-instrumentation-falcon/src/opentelemetry/instrumentation/falcon

1 file changed

+1
-1
lines changed

instrumentation/opentelemetry-instrumentation-falcon/src/opentelemetry/instrumentation/falcon/package.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
# limitations under the License.
1414

1515

16-
_instruments = ("falcon >= 1.4.1, < 4.0.0",)
16+
_instruments = ("falcon >= 1.4.1, < 5.0.0",)
1717

1818
_supports_metrics = True

0 commit comments

Comments
 (0)