Attempting to install version 1.2.3 with pip gives an "inconsistent version" error.
pip install chocs-middleware-openapi==1.2.3
...
Requested chocs-middleware-openapi==1.2.3 from https://files.pythonhosted.org/packages/20/87/7da05f523af54e744427fc6f42cb6e668601e8b0f84fb479546a947939b3/chocs_middleware_openapi-1.2.3.tar.gz has inconsistent version: expected '1.2.3', but metadata has '0.0.0'
This can be worked around using the --use-deprecated=legacy-resolver parameter, but this reports version 0.0.0.
Previous versions do not have this problem.