fix(): better resolution of relevant vacancies

This commit is contained in:
gitgernit
2025-11-23 09:33:29 +03:00
parent f07ef3ce60
commit 25b35a3ccd
9 changed files with 116 additions and 10 deletions
Generated
+25
View File
@@ -2425,15 +2425,28 @@ backend = [
{ name = "sqlalchemy" },
]
dev = [
{ name = "aioboto3" },
{ name = "alembic" },
{ name = "argon2-cffi" },
{ name = "bandit" },
{ name = "codespell" },
{ name = "coverage" },
{ name = "cryptography" },
{ name = "dirty-equals" },
{ name = "firebase-admin" },
{ name = "httpx" },
{ name = "mypy" },
{ name = "pgvector" },
{ name = "prometheus-fastapi-instrumentator" },
{ name = "psycopg", extra = ["binary"] },
{ name = "pytest" },
{ name = "pytest-asyncio" },
{ name = "python-multipart" },
{ name = "ruff" },
{ name = "sentence-transformers" },
{ name = "sqlalchemy" },
{ 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')" },
{ name = "types-cachetools" },
]
linters = [
@@ -2487,15 +2500,27 @@ backend = [
{ name = "sqlalchemy", specifier = "==2.0.44" },
]
dev = [
{ name = "aioboto3", specifier = "==15.5.0" },
{ name = "alembic", specifier = "==1.17.0" },
{ name = "argon2-cffi", specifier = "==23.1.0" },
{ name = "bandit", specifier = "==1.8.6" },
{ name = "codespell", specifier = "==2.4.1" },
{ name = "coverage", specifier = "==7.11.0" },
{ name = "cryptography", specifier = "==46.0.3" },
{ name = "dirty-equals", specifier = ">=0.11" },
{ name = "firebase-admin", specifier = ">=7.1.0" },
{ name = "httpx", specifier = "==0.28.1" },
{ name = "mypy", specifier = "==1.18.1" },
{ name = "pgvector", specifier = ">=0.4.1" },
{ name = "prometheus-fastapi-instrumentator", specifier = ">=7.1.0" },
{ name = "psycopg", extras = ["binary"], specifier = ">=3.2.12" },
{ name = "pytest", specifier = "==8.4.0" },
{ name = "pytest-asyncio", specifier = "==1.2.0" },
{ name = "python-multipart", specifier = ">=0.0.20" },
{ name = "ruff", specifier = "==0.12.11" },
{ name = "sentence-transformers", specifier = ">=5.1.2" },
{ name = "sqlalchemy", specifier = "==2.0.44" },
{ name = "torch", index = "https://download.pytorch.org/whl/cpu" },
{ name = "types-cachetools", specifier = "==6.2.0.20250827" },
]
linters = [