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
fb0a1a7a2d
commit
3db3295493
|
@ -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]
|
||||||
|
|
Loading…
Reference in New Issue