Skip to content

Commit

Permalink
Fix tortoise dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Nov 18, 2022
1 parent ed99af8 commit 61c2283
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies = [

[project.optional-dependencies]
instruments = [
"tortoiseorm >= 1.10",
"tortoise-orm >= 0.19.2",
]
test = [
"opentelemetry-instrumentation-tortoiseorm[instruments]",
Expand Down

0 comments on commit 61c2283

Please sign in to comment.