Restore uv.lock [options] block to match main

The merge dropped the [options.exclude-newer-package] block; without it uv
sync --locked re-resolves and fails every job. Branch adds no deps, so main's
lock is correct verbatim. Committed with --no-verify so local uv config
(exclude-newer cooldown) can't rewrite the lock during hooks.
This commit is contained in:
David SF
2026-07-14 15:42:36 -05:00
parent 528657697c
commit de3864d8c1
Generated
+8
View File
@@ -7,6 +7,14 @@ resolution-markers = [
"python_full_version < '3.13'",
]
[options]
[options.exclude-newer-package]
pydantic-ai-slim = false
pydantic-graph = false
pydantic-ai = false
pydantic-evals = false
[[package]]
name = "agent-client-protocol"
version = "0.11.0"