Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/kv_connectors.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
lmcache
lmcache >= 0.3.9

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

high

To prevent potential future breakages, it's safer to constrain the upper bound of the lmcache version. A new major release of lmcache (e.g., 0.4.0) could introduce backward-incompatible API changes, similar to the issue this PR is fixing. I suggest pinning the version to the current minor release series to improve dependency stability.

lmcache >= 0.3.9, < 0.4.0

nixl >= 0.7.1 # Required for disaggregated prefill
Loading