Compare commits

..

No commits in common. "e741402471e796689a2e2a05b5ee4a17634b6afa" and "56c9f14ea8fcc826c6ce1d7d618335b408a29303" have entirely different histories.

3 changed files with 6 additions and 6 deletions

View File

@ -94,7 +94,7 @@ def create_or_update_container(
labels={"engine": "pilotwings", "owner": owner or credentials.username}, labels={"engine": "pilotwings", "owner": owner or credentials.username},
name=container_name, name=container_name,
network="pilotwings", network="pilotwings",
restart_policy={"Name": "on-failure"}, restart_policy={"Name": "always"},
) )
client.images.prune({"dangling": True}) client.images.prune({"dangling": True})

8
poetry.lock generated
View File

@ -984,13 +984,13 @@ files = [
[[package]] [[package]]
name = "typer" name = "typer"
version = "0.13.0" version = "0.12.5"
description = "Typer, build great CLIs. Easy to code. Based on Python type hints." description = "Typer, build great CLIs. Easy to code. Based on Python type hints."
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
{file = "typer-0.13.0-py3-none-any.whl", hash = "sha256:d85fe0b777b2517cc99c8055ed735452f2659cd45e451507c76f48ce5c1d00e2"}, {file = "typer-0.12.5-py3-none-any.whl", hash = "sha256:62fe4e471711b147e3365034133904df3e235698399bc4de2b36c8579298d52b"},
{file = "typer-0.13.0.tar.gz", hash = "sha256:f1c7198347939361eec90139ffa0fd8b3df3a2259d5852a0f7400e476d95985c"}, {file = "typer-0.12.5.tar.gz", hash = "sha256:f592f089bedcc8ec1b974125d64851029c3b1af145f04aca64d69410f0c9b722"},
] ]
[package.dependencies] [package.dependencies]
@ -1326,4 +1326,4 @@ files = [
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = ">=3.8" python-versions = ">=3.8"
content-hash = "ca779cfca8b16f38b3d8a645e50b25903ba56702a24934b9cca9e14a679ea147" content-hash = "6df37195416ee3ce87d55504ba971bbcb55aa751a7579f7c61fb3081143c1921"

View File

@ -17,7 +17,7 @@ python-dotenv = "^1.0.1"
[tool.poetry.group.dev.dependencies] [tool.poetry.group.dev.dependencies]
mypy = "^1.13.0" mypy = "^1.13.0"
ruff = "^0.7.3" ruff = "^0.7.2"
types-docker = "^7.1.0" types-docker = "^7.1.0"
[build-system] [build-system]