From 9433d4273d42ff49f65ea7e1aa9fa0cf21d6d5b1 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Mon, 1 Aug 2022 22:15:05 -0500 Subject: [PATCH] svc: Update to aiomarionette 0.0.3 Older versions hard-coded using the `AF_INET6` address family, even for IPv4 addresses. While this "worked on my machine," it did not work when the application was deployed to the Kubernetes cluster. Either cri-o or the Debian-based *python* container image must disable this somehow. --- svc/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svc/pyproject.toml b/svc/pyproject.toml index 8062811..7894051 100644 --- a/svc/pyproject.toml +++ b/svc/pyproject.toml @@ -9,7 +9,7 @@ python = "^3.10" fastapi = "^0.75.1" uvicorn = "^0.17.6" python-multipart = "^0.0.5" -aiomarionette = "^0.0.2" +aiomarionette = "^0.0.3" Pillow = "^9.1.0" [tool.poetry.dev-dependencies]