Skip to content

Commit

Permalink
Preventing openai widening by Renovate for LiteLLM bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbraza committed Sep 27, 2024
1 parent fc42285 commit 1ae7514
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,11 @@
"pre-commit": {
enabled: true,
},
packageRules: [
{
// Allow 'widen' range strategy while matching aviary_internal pyproject.toml
matchPackageNames: ["openai"],
allowedVersions: "<1.47",
},
],
}

0 comments on commit 1ae7514

Please sign in to comment.