Skip to content

Commit a7fe90d

Browse files
Rodrigo-Novasocelotl
authored andcommitted
feat: add importlib metadata default
1 parent 54f143b commit a7fe90d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/opentelemetry-instrumentation-flask/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies = [
3030
"opentelemetry-semantic-conventions == 0.45b0.dev",
3131
"opentelemetry-util-http == 0.45b0.dev",
3232
"packaging >= 21.0",
33-
"importlib-metadata >= 6.0, < 7.0",
33+
"importlib-metadata >= 6.0",
3434
]
3535

3636
[project.optional-dependencies]

0 commit comments

Comments
 (0)