| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
@u-sheikh Please run make lock-python-dependencies-all to update dependencies in requirements |
Sorry, something went wrong.
|
Sorry, something went wrong.
…h uvicorn-worker The previous constraint `uvicorn[standard]>=0.30.6,<=0.34.0` conflicted with uvicorn-worker 0.4.0 which requires `uvicorn>=0.36.0`. This made it impossible to install Feast with the latest uvicorn-worker version. Removes the upper bound since there are no breaking changes in uvicorn that affect Feast's usage of uvicorn.run() or uvicorn-worker.UvicornWorker. Fixes feast-dev#5677 Signed-off-by: Claude <noreply@anthropic.com>
Regenerated requirements files after removing the upper bound on uvicorn. Now uvicorn 0.40.0 and uvicorn-worker 0.4.0 are compatible. Signed-off-by: Claude <noreply@anthropic.com>
| Back | FazBrowse Home | New Git URL |
…h uvicorn-worker
The previous constraint uvicorn[standard]>=0.30.6,<=0.34.0 conflicted with uvicorn-worker 0.4.0 which requires uvicorn>=0.36.0. This made it impossible to install Feast with the latest uvicorn-worker version.
Removes the upper bound since there are no breaking changes in uvicorn that affect Feast's usage of uvicorn.run() or uvicorn-worker.UvicornWorker.
Fixes #5677