Skip to content

Commit

Permalink
Update dependency openai to >=1.50,<1.51
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent 2a17d61 commit 3c0cf38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ test = [
"Jinja2~=3.1.2",
"jsonschema~=4.23.0",
"lxml>=5.3.0,<6.0.0",
"openai>=1.46,<1.48",
"openai>=1.50,<1.51",
"mock==5.1.*",
"pre-commit<4",
"Pyjwt~=2.9.0",
Expand All @@ -84,7 +84,7 @@ complexity = [
"xenon==0.9.*",
]
openai = [
"openai>=1.46,<1.48",
"openai>=1.50,<1.51",
]
all = [
"codemodder[test]",
Expand Down

0 comments on commit 3c0cf38

Please sign in to comment.