build: add types-grpcio dependency and refactor entity repository context management
This commit is contained in:
3
uv.lock
generated
3
uv.lock
generated
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user