Looks like the Dask version bump in cuml now requires a greater minimum version of uvicorn; this PR unpins the uvicorn dependency in dask-sql's 3.8 environment during image build so we can pull in the latest cuML python bindings and resolve the failures we're seeing in https://github.com/dask-contrib/dask-sql/pull/1116.
Looks like the Dask version bump in
cuml
now requires a greater minimum version ofuvicorn
; this PR unpins theuvicorn
dependency in dask-sql's 3.8 environment during image build so we can pull in the latest cuML python bindings and resolve the failures we're seeing in https://github.com/dask-contrib/dask-sql/pull/1116.