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.