Bump uvicorn

Hi,

It looks like prodigy==1.17.4 depends on uvicorn>=0.13.3,<0.27.0

Could that upper range be bumped? The latest version of uvicorn is 0.34.0, but anything above 0.30.0 would be great. It would solve some dependency conflicts I've been running into.

Thanks!

Hi,

The pin was set because versions of uvicorn were causing a problem with tracebacks not being shown until the service exited. We'll have another look at whether that problem has been resolved or whether there's another solution. The lack of tracebacks is a significant issue though so we'd be reluctant to update the pin until we can get a resolution on it. Totally understand that the software environment moves forward and old pins cause version locks though.

1 Like

Hi @zkl,

We have looked back at the traceback issue and we have reached the conclusion that it's not worth blocking the uvicorn upgrade as most of the cases we've seen in the past are now handled properly.
We have just released Prodigy 1.17.5 that allows uvicorn < 0.35.

Excellent! I appreciate your attention to this - the Prodigy team is fantastic!