<type>(scope): <description>

[body]

[footer(s)]
This commit is contained in:
ITQ
2025-11-23 13:34:18 +03:00
parent 8d10294e1f
commit 2988f7c3b6
4 changed files with 8 additions and 3 deletions
+2 -1
View File
@@ -12,7 +12,6 @@ dependencies = [
"levenshtein>=0.27.3",
"adaptix==3.0.0b11",
"markupsafe",
"prometheus-fastapi-instrumentator>=7.1.0",
]
[dependency-groups]
@@ -26,10 +25,12 @@ backend = [
"aioboto3==15.5.0",
"python-multipart>=0.0.20",
"pgvector>=0.4.1",
"prometheus-fastapi-instrumentator>=7.1.0",
]
ml = [
"sentence-transformers>=5.1.2",
"torch",
"prometheus-fastapi-instrumentator>=7.1.0",
]
types = [
"types-cachetools==6.2.0.20250827",