feast-dev / feast

The Open Source Feature Store for Machine Learning
https://feast.dev
Apache License 2.0
5.62k stars 1k forks source link

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

Closed dandawg closed 1 month ago

dandawg commented 1 month ago

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

Possible Solution

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