Commit 20da380
fix(llama_stack): use far-future date for UV_EXCLUDE_NEWER instead of empty string
Empty string is not a valid uv exclude-newer value. Using 2099-01-01 sets the
cutoff so far in the future that no existing package can be newer than it,
effectively disabling the restriction for this step without breaking uv's
argument parsing.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 1c42e9a commit 20da380
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
0 commit comments