feast icon indicating copy to clipboard operation
feast copied to clipboard

uvicorn.workers module is deprecated warning on `feast serve`

Open dandawg opened this issue 1 year ago • 0 comments

Expected Behavior

The feast serve command should run without a DeprecationWarning warning.

Current Behavior

Currently the feast serve command issues the following warning:

DeprecationWarning: The `uvicorn.workers` module is deprecated. Please use `uvicorn-worker` package instead.
For more details, see https://github.com/Kludex/uvicorn-worker.
  warnings.warn(

Steps to reproduce

# setup repo
feast init feature_store
cd feature_store/feature_repo
feast apply

# run the feast server
feast serve

Specifications

  • Version: 0.40.1
  • Platform: MacOS M2, Sequoia 15.0.1
  • Subsystem:

Possible Solution

The warning suggest updating the to the uvicorn-worker package.

dandawg avatar Oct 17 '24 01:10 dandawg