Skip to content

Commit

Permalink
boostrap: no need to install tortoiseorm instrumentation if pydantic …
Browse files Browse the repository at this point in the history
…is found

Not every user of pydantic is using tortoise orm so checking for
tortoise orm should be enough.
  • Loading branch information
xrmx committed Apr 11, 2024
1 parent 804a909 commit 89219d8
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,6 @@
"library": "tortoise-orm >= 0.17.0",
"instrumentation": "opentelemetry-instrumentation-tortoiseorm==0.46b0.dev",
},
{
"library": "pydantic >= 1.10.2",
"instrumentation": "opentelemetry-instrumentation-tortoiseorm==0.46b0.dev",
},
{
"library": "urllib3 >= 1.0.0, < 3.0.0",
"instrumentation": "opentelemetry-instrumentation-urllib3==0.46b0.dev",
Expand Down

0 comments on commit 89219d8

Please sign in to comment.