Skip to content
New issue

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

CVE-2024-49768 - need waitress at v3.0.1+ #3868

Open
jacwalte opened this issue Nov 21, 2024 · 1 comment
Open

CVE-2024-49768 - need waitress at v3.0.1+ #3868

jacwalte opened this issue Nov 21, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@jacwalte
Copy link

Describe the bug
CVE-2024-49768

Image

How To Reproduce the bug
CVE issue

Expected behavior
waitress at next major version allowed

Screenshots
see above

Running Information(please complete the following information):

  • promptflow-devkit 1.16.1 requires waitress<3.0.0,>=2.1.2
  • any
  • Python Version using 3.10.11

Additional context
N/A

@jacwalte jacwalte added the bug Something isn't working label Nov 21, 2024
@DrGriff
Copy link

DrGriff commented Nov 26, 2024

I had this issue, but for me it was a bit more complex.

I first had:

promptflow-runtime 20241115.0 requires waitress<4.0.0,>=3.0.1, but you have waitress 2.1.2 which is incompatible.

So I added waitress<4.0.0,>=3.0.1 to my requirements.txt file, saved and installed.

But then I got:

promptflow-devkit 1.16.1 requires waitress<3.0.0,>=2.1.2, but you have waitress 3.0.2 which is incompatible.

So, caught between a rock and a hard place since I needed a version of waitress that was newer than 3.0.1 but older than 3.0.0

Problem seems to have gone away about an hour ago, so re-try.

PS, I did previously need to have openai<=1.44.1 in my requirements.txt file because it was erroring on Nonetype but it seems that's not needed there either now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants