We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The wes-service PyPI package at 4.0 depends on connexion <3.
wes-service
connexion
But the latest connexion 2, 2.14.2, depends on werkzeug<2.3.
werkzeug<2.3
But only Werkzeug 3.0.3+ has the patch for CVE-2024-34069
So it's not possible to install wes-service with a fully patched Werkzeug, which makes it difficult to use securely.
wes-service should be updated to work with connexion 3.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
wes-service
PyPI package at 4.0 depends onconnexion
<3.But the latest
connexion
2, 2.14.2, depends onwerkzeug<2.3
.But only Werkzeug 3.0.3+ has the patch for CVE-2024-34069
So it's not possible to install
wes-service
with a fully patched Werkzeug, which makes it difficult to use securely.wes-service
should be updated to work withconnexion
3.The text was updated successfully, but these errors were encountered: