Increment logdetective-mcp dependency and revise uv caching - #732
Conversation
PR Summary by QodoBump logdetective-mcp to 0.5.0 and tie uv cache to requirements
AI Description
Diagram
High-Level Assessment
Files changed (5)
|
Code Review by Qodo
1.
|
35c61c5 to
89f3dde
Compare
Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
While setting logdetective-mcp version to 0.5.0 I've noticed that the cache uv uses for builds may be left in invalid state as the configuration doesn't explicitly consider all requirements files..
By setting the cache-dir value explicitly, we can make sure that uv always picks up changes in
global-requirements.txtand other requirements files, preventing dependency conflicts.PS: I do realize that updating constraint on logdetective-mcp is not strictly necessary, it's just that I like to keep these things explicit.