Commit ·
4b14a17
1
Parent(s): 2cdd0e3
Remove exclude-newer from uv.lock to fix build
Browse filesThe build environment's uv version does not support the exclude-newer
option, causing it to reject the lockfile with --locked.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
uv.lock
CHANGED
|
@@ -2,10 +2,6 @@ version = 1
|
|
| 2 |
revision = 3
|
| 3 |
requires-python = ">=3.12"
|
| 4 |
|
| 5 |
-
[options]
|
| 6 |
-
exclude-newer = "2026-04-09T08:47:56.7359646Z"
|
| 7 |
-
exclude-newer-span = "P7D"
|
| 8 |
-
|
| 9 |
[[package]]
|
| 10 |
name = "annotation-app"
|
| 11 |
version = "0.1.0"
|
|
|
|
| 2 |
revision = 3
|
| 3 |
requires-python = ">=3.12"
|
| 4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
[[package]]
|
| 6 |
name = "annotation-app"
|
| 7 |
version = "0.1.0"
|