fix(api): fix pyproject.toml and poetry.lock files

This commit is contained in:
2025-05-29 15:25:03 +05:00
parent 8613cbdaac
commit 7e1fe6f5c4
2 changed files with 565 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ dependencies = [
"sqlalchemy[pymysql,aiomysql] (>=2.0.39,<3.0.0)",
"alembic (>=1.15.1,<2.0.0)",
"aio-pika (>=9.5.5,<10.0.0)",
"fastapi[standart] (>=0.115.11,<0.116.0)",
"fastapi[standard] (>=0.115.11,<0.116.0)",
"uvicorn (>=0.34.0,<0.35.0)",
"loguru (>=0.7.3,<0.8.0)",
"pydantic-settings (>=2.8.1,<3.0.0)",