Skip to content

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

@dandawg

Description

@dandawg

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions