openapi-core validation is broken for at least python 3.12.
To upgrade to a working version we need to drop python 3.7 support and switch from Spec.create to Spec.from_dict. tests succeed but still getting deprecation warnings. Also mypy seems broken.
However we can't deploy yet because there is a deeper permission problem with namespaces and uid mapping that probably needs to be resolved in wireguard4netns first.
openapi-core validation is broken for at least python 3.12.
To upgrade to a working version we need to drop python 3.7 support and switch from Spec.create to Spec.from_dict. tests succeed but still getting deprecation warnings. Also mypy seems broken.
However we can't deploy yet because there is a deeper permission problem with namespaces and uid mapping that probably needs to be resolved in wireguard4netns first.