mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-16 23:41:43 +00:00
chore(deps): widen uv exclude-newer cooldown from 3 to 7 days
Give freshly published registry packages a longer quarantine window before they are eligible for resolution. Workspace members (litellm-proxy-extras, litellm-enterprise) are unaffected per uv's documented behavior — exclude-newer only applies to registry deps.
This commit is contained in:
parent
26fcbc93e5
commit
a009668106
1 changed files with 1 additions and 1 deletions
|
|
@ -209,7 +209,7 @@ build-backend = "uv_build"
|
|||
[tool.uv]
|
||||
default-groups = ["dev"]
|
||||
required-version = "==0.10.9"
|
||||
exclude-newer = "3 days"
|
||||
exclude-newer = "7 days"
|
||||
|
||||
[tool.uv.sources]
|
||||
litellm-proxy-extras = { workspace = true }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue