build: add types-grpcio dependency and refactor entity repository context management

This commit is contained in:
2026-01-02 22:23:43 +00:00
parent dee63933fc
commit 80d71c6597
3 changed files with 52 additions and 48 deletions

3
uv.lock generated
View File

@@ -2283,6 +2283,7 @@ all = [
{ name = "spacy" },
{ name = "testcontainers" },
{ name = "torch" },
{ name = "types-grpcio" },
{ name = "weasyprint" },
]
audio = [
@@ -2304,6 +2305,7 @@ dev = [
{ name = "ruff" },
{ name = "sourcery", marker = "sys_platform == 'darwin'" },
{ name = "testcontainers" },
{ name = "types-grpcio" },
]
diarization = [
{ name = "diart" },
@@ -2436,6 +2438,7 @@ requires-dist = [
{ name = "testcontainers", extras = ["postgres"], marker = "extra == 'dev'", specifier = ">=4.0" },
{ name = "torch", marker = "extra == 'diarization'", specifier = ">=2.0" },
{ name = "torch", marker = "extra == 'optional'", specifier = ">=2.0" },
{ name = "types-grpcio", marker = "extra == 'dev'", specifier = ">=1.0.0.20251009" },
{ name = "types-psutil", specifier = ">=7.2.0.20251228" },
{ name = "weasyprint", marker = "extra == 'optional'", specifier = ">=67.0" },
{ name = "weasyprint", marker = "extra == 'pdf'", specifier = ">=67.0" },