1
0
Fork 0

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.
Dustin 2022-08-01 22:15:05 -05:00
parent 38b91073f8
commit 64f4dcdd25
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ python = "^3.10"
fastapi = "^0.75.1" fastapi = "^0.75.1"
uvicorn = "^0.17.6" uvicorn = "^0.17.6"
python-multipart = "^0.0.5" python-multipart = "^0.0.5"
aiomarionette = "^0.0.2" aiomarionette = "^0.0.3"
Pillow = "^9.1.0" Pillow = "^9.1.0"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]