You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Describe the bug
CVE-2024-49768
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):
Additional context
N/A
The text was updated successfully, but these errors were encountered: