FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix: Remove upper bound on uvicorn to resolve dependency conflict wit… by u-sheikh · Pull Request #5802 · feast-dev/feast · GitHub

fix: Remove upper bound on uvicorn to resolve dependency conflict wit… - #5802

Open
u-sheikh wants to merge 2 commits into
feast-dev:masterfrom
u-sheikh:claude/fix-issue-5677-NtnlV
Open

fix: Remove upper bound on uvicorn to resolve dependency conflict wit…#5802
u-sheikh wants to merge 2 commits into
feast-dev:masterfrom
u-sheikh:claude/fix-issue-5677-NtnlV

Conversation

Copy link
Copy Markdown

…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

Copy link
Copy Markdown
Member

@u-sheikh Please run make lock-python-dependencies-all to update dependencies in requirements

u-sheikh requested a review from a team as a code owner December 31, 2025 05:30

Copy link
Copy Markdown
Author

@ntkathole please let me know if this looks good, Thanks!

…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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unsolvable dependency conflict between uvicorn and uvicorn-worker

3 participants


Back | FazBrowse Home | New Git URL