You've already forked RekomenciBackend
<type>(scope): <description>
[body] [footer(s)]
This commit is contained in:
@@ -2406,6 +2406,7 @@ dependencies = [
|
||||
{ name = "fastapi" },
|
||||
{ name = "levenshtein" },
|
||||
{ name = "markupsafe" },
|
||||
{ name = "prometheus-fastapi-instrumentator" },
|
||||
{ name = "pydantic", extra = ["email"] },
|
||||
{ name = "uuid-utils" },
|
||||
{ name = "uvicorn" },
|
||||
@@ -2419,7 +2420,6 @@ backend = [
|
||||
{ name = "firebase-admin" },
|
||||
{ name = "httpx" },
|
||||
{ name = "pgvector" },
|
||||
{ name = "prometheus-fastapi-instrumentator" },
|
||||
{ name = "psycopg", extra = ["binary"] },
|
||||
{ name = "python-multipart" },
|
||||
{ name = "sqlalchemy" },
|
||||
@@ -2460,6 +2460,7 @@ migrations = [
|
||||
{ name = "alembic" },
|
||||
]
|
||||
ml = [
|
||||
{ name = "prometheus-fastapi-instrumentator" },
|
||||
{ name = "sentence-transformers" },
|
||||
{ name = "torch", version = "2.2.2", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version < '3.13' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux') or (python_full_version < '3.13' and sys_platform == 'darwin')" },
|
||||
{ name = "torch", version = "2.2.2+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version >= '3.13' and sys_platform == 'darwin') or (python_full_version >= '3.13' and sys_platform == 'linux') or (platform_machine != 'aarch64' and sys_platform == 'linux') or (platform_python_implementation != 'CPython' and sys_platform == 'linux') or (sys_platform != 'darwin' and sys_platform != 'linux')" },
|
||||
@@ -2481,6 +2482,7 @@ requires-dist = [
|
||||
{ name = "fastapi", specifier = "==0.119.0" },
|
||||
{ name = "levenshtein", specifier = ">=0.27.3" },
|
||||
{ name = "markupsafe", git = "https://github.com/pallets/markupsafe?rev=3.0.2" },
|
||||
{ name = "prometheus-fastapi-instrumentator", specifier = ">=7.1.0" },
|
||||
{ name = "pydantic", extras = ["email"], specifier = ">=2.12.4" },
|
||||
{ name = "uuid-utils", specifier = "==0.11.1" },
|
||||
{ name = "uvicorn", specifier = "==0.37.0" },
|
||||
@@ -2494,7 +2496,6 @@ backend = [
|
||||
{ name = "firebase-admin", specifier = ">=7.1.0" },
|
||||
{ name = "httpx", specifier = "==0.28.1" },
|
||||
{ name = "pgvector", specifier = ">=0.4.1" },
|
||||
{ name = "prometheus-fastapi-instrumentator", specifier = ">=7.1.0" },
|
||||
{ name = "psycopg", extras = ["binary"], specifier = ">=3.2.12" },
|
||||
{ name = "python-multipart", specifier = ">=0.0.20" },
|
||||
{ name = "sqlalchemy", specifier = "==2.0.44" },
|
||||
@@ -2532,6 +2533,7 @@ linters = [
|
||||
]
|
||||
migrations = [{ name = "alembic", specifier = "==1.17.0" }]
|
||||
ml = [
|
||||
{ name = "prometheus-fastapi-instrumentator", specifier = ">=7.1.0" },
|
||||
{ name = "sentence-transformers", specifier = ">=5.1.2" },
|
||||
{ name = "torch", index = "https://download.pytorch.org/whl/cpu" },
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user