Skip to content

Commit eb0d997

Browse files
committed
Fix tortoise dependency version
1 parent ed99af8 commit eb0d997

File tree

1 file changed

+1
-1
lines changed
  • instrumentation/opentelemetry-instrumentation-tortoiseorm

1 file changed

+1
-1
lines changed

instrumentation/opentelemetry-instrumentation-tortoiseorm/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232

3333
[project.optional-dependencies]
3434
instruments = [
35-
"tortoiseorm >= 1.10",
35+
"tortoiseorm >= 0.19.2",
3636
]
3737
test = [
3838
"opentelemetry-instrumentation-tortoiseorm[instruments]",

0 commit comments

Comments
 (0)