File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
instrumentation/opentelemetry-instrumentation-tortoiseorm Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ dependencies = [
3333[project .optional-dependencies ]
3434instruments = [
3535 " tortoise-orm >= 0.19.2" ,
36+ " pydantic >= 1.10.2"
3637]
3738test = [
3839 " opentelemetry-instrumentation-tortoiseorm[instruments]" ,
Original file line number Diff line number Diff line change @@ -387,7 +387,7 @@ commands_pre =
387387
388388 tornado: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-tornado[test]
389389
390- tortoise-orm : pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-tortoiseorm[test]
390+ tortoiseorm : pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-tortoiseorm[test]
391391
392392 jinja2: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-jinja2[test]
393393
You can’t perform that action at this time.
0 commit comments