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.
parent
a155438e94
commit
2b54161c2d
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue