release: v 0.1 release
Build and Push Docker Image / build-and-push (push) Failing after 1m43s
Details
Build and Push Docker Image / build-and-push (push) Failing after 1m43s
Details
This commit is contained in:
parent
7a7d370d3b
commit
b3620da161
|
|
@ -59,7 +59,4 @@ logs/
|
|||
.coverage
|
||||
htmlcov/
|
||||
.tox/
|
||||
.nox/
|
||||
|
||||
# Poetry
|
||||
poetry.lock
|
||||
.nox/
|
||||
File diff suppressed because it is too large
Load Diff
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue