feat: images uploader, endpoint for product images uploading

This commit is contained in:
2025-10-20 16:09:29 +04:00
parent 34ac2a0a69
commit 90c0bae8f1
11 changed files with 171 additions and 9 deletions

2
uv.lock generated
View File

@ -369,6 +369,7 @@ dependencies = [
{ name = "pydantic" },
{ name = "pymupdf" },
{ name = "python-dotenv" },
{ name = "python-multipart" },
{ name = "redis", extra = ["hiredis"] },
{ name = "reportlab" },
{ name = "sqlalchemy", extra = ["asyncio"] },
@ -399,6 +400,7 @@ requires-dist = [
{ name = "pydantic", specifier = ">=2.11.7" },
{ name = "pymupdf", specifier = ">=1.26.5" },
{ name = "python-dotenv", specifier = ">=1.1.1" },
{ name = "python-multipart", specifier = ">=0.0.20" },
{ name = "redis", extras = ["hiredis"], specifier = ">=6.2.0" },
{ name = "reportlab", specifier = ">=4.4.4" },
{ name = "sqlalchemy", extras = ["asyncio"], specifier = ">=2.0.41" },