← 返回首页
fix: Updated python packages conflicting with kserve dependencies by aniketpalu · Pull Request #5580 · feast-dev/feast · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

fix: Updated python packages conflicting with kserve dependencies#5580

Merged
franciscojavierarceo merged 10 commits into
feast-dev:masterfrom
aniketpalu:kserve-dependency-conflict
Sep 17, 2025
Merged

fix: Updated python packages conflicting with kserve dependencies#5580
franciscojavierarceo merged 10 commits into
feast-dev:masterfrom
aniketpalu:kserve-dependency-conflict

Conversation

Copy link
Copy Markdown
Contributor

aniketpalu commented Aug 25, 2025
edited
Loading

What this PR does / why we need it:

Updated following python packages conflicting with kserve dependencies.

  1. uvicorn dependency version range updated to 0.30.6 to 0.34.0
  2. kubernetes dependency version range updated to 20.13.0 to 23.3.0

Which issue(s) this PR fixes:

RHOAIENG-31060

Misc

kserve/kserve#4646

Signed-off-by: Aniket Paluskar <apaluska@redhat.com>
aniketpalu requested a review from a team as a code owner August 25, 2025 11:43
Signed-off-by: Aniket Paluskar <apaluska@redhat.com>
…ossible Signed-off-by: Aniket Paluskar <apaluska@redhat.com>
aniketpalu changed the title fix: Upgraded python packages conflicting with kserve dependencies fix: Updated python packages conflicting with kserve dependencies Aug 25, 2025
Copy link
Copy Markdown
Member

@aniketpalu Please update the setup.py as well to match pyproject.toml

Copy link
Copy Markdown
Member

while we're at it, can you add a test to make sure these are in sync? doesn't have to be overly elaborate but probably we should catch this sooner.

Comment thread sdk/python/tests/unit/infra/test_dependency_conflicts.py Show resolved Hide resolved
Copy link
Copy Markdown
Collaborator

jyejare left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality Hide comment

LGTM

Copy link
Copy Markdown
Member

ntkathole left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality Hide comment

lgtm

Signed-off-by: Aniket Paluskar <apaluska@redhat.com>
Signed-off-by: Aniket Paluskar <apaluska@redhat.com>
Copy link
Copy Markdown
Member

unit tests are failing, please resolve. unit tests shouldn't be flakey.

Ensures no dependency conflict errors occur.
"""
# Command to install KServe
command = [sys.executable, "-m", "pip", "install", "kserve==0.15.2"]
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality Hide comment

this specific version feels kind of brittle

Hide details View details franciscojavierarceo merged commit d56baf4 into feast-dev:master Sep 17, 2025
17 checks passed
franciscojavierarceo pushed a commit that referenced this pull request Sep 30, 2025
# [0.54.0](v0.53.0...v0.54.0) (2025-09-30) ### Bug Fixes * Column quoting in query of `PostgreSQLOfflineStore.pull_all_from_table_or_query` ([#5621](#5621)) ([e8eae71](e8eae71)) * Correct column list polars materialization engine ([#5595](#5595)) ([39aeb0c](39aeb0c)) * Fix Go feature server entitykey serialization for version 3 ([#5622](#5622)) ([5ab18a6](5ab18a6)) * Fix hostname resolution for spark tests ([#5610](#5610)) ([8f0e22d](8f0e22d)) * Fixed filtering based on data_source for ODFVs ([#5593](#5593)) ([c3e6c56](c3e6c56)) * Fixed project_description to set in registry and UI ([#5602](#5602)) ([02c3006](02c3006)) * Fixed Registry Cache Refresh Issues ([#5604](#5604)) ([3c7a022](3c7a022)) * Fixed tls issue when running both grpc and rest servers ([#5617](#5617)) ([51c16b1](51c16b1)) * Fixed transaction handling with SQLite registry ([#5588](#5588)) ([0052754](0052754)) * Update the deprecated functions in Go feature server. ([#5632](#5632)) ([a24e06e](a24e06e)) * Updated python packages conflicting with kserve dependencies ([#5580](#5580)) ([d56baf4](d56baf4)) ### Features * Add 'featureView' in global search api result for features. ([#5626](#5626)) ([76590bf](76590bf)) * Add aggregation in OnDemandFeatureView ([#5629](#5629)) ([8715ae8](8715ae8)) * Added codeflare-sdk to requirements ([#5640](#5640)) ([51a0ee6](51a0ee6)) * Added RemoteDatasetProxy that executes Ray Data operations remotely ([7128024](7128024)) * Added support for image search ([#5577](#5577)) ([56c5910](56c5910)) * Enable ingestion without event timestamp ([#5625](#5625)) ([eb51f00](eb51f00)) * Feast dataframe phase1 ([#5611](#5611)) ([2ce4198](2ce4198)) * Feast dataframe phase2 ([#5612](#5612)) ([1d08786](1d08786)) * Feast Namespaces registry for client ConfigMaps availability ([#5599](#5599)) ([728589a](728589a)) * Support hdfs:// uris in to_remote_storage for Spark offline store ([#5635](#5635)) ([5e4b9fd](5e4b9fd))
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

Footer

© 2026 GitHub, Inc.