release: v 0.1 release
Build and Push Docker Image / build-and-push (push) Failing after 1m43s Details

This commit is contained in:
itqop 2025-10-18 16:38:17 +03:00
parent 7a7d370d3b
commit b3620da161
3 changed files with 1458 additions and 5 deletions

5
.gitignore vendored
View File

@ -59,7 +59,4 @@ logs/
.coverage
htmlcov/
.tox/
.nox/
# Poetry
poetry.lock
.nox/

1456
poetry.lock generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -13,7 +13,7 @@ packages = [
]
[tool.poetry.dependencies]
python = "^3.12"
python = "^3.11"
fastapi = "^0.116.0"
uvicorn = {extras = ["standard"], version = "^0.30.0"}
pydantic = "^2.12.0"