File tree 2 files changed +2
-1
lines changed
instrumentation/opentelemetry-instrumentation-tortoiseorm
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ dependencies = [
33
33
[project .optional-dependencies ]
34
34
instruments = [
35
35
" tortoise-orm >= 0.19.2" ,
36
+ " pydantic >= 1.10.2"
36
37
]
37
38
test = [
38
39
" opentelemetry-instrumentation-tortoiseorm[instruments]" ,
Original file line number Diff line number Diff line change @@ -387,7 +387,7 @@ commands_pre =
387
387
388
388
tornado: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-tornado[test]
389
389
390
- tortoise-orm : pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-tortoiseorm[test]
390
+ tortoiseorm : pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-tortoiseorm[test]
391
391
392
392
jinja2: pip install {toxinidir}/instrumentation/opentelemetry-instrumentation-jinja2[test]
393
393
You can’t perform that action at this time.
0 commit comments