Skip to content

Commit

Permalink
Update openai requirement from <1.45,>=1.44 to >=1.44,<1.46
Browse files Browse the repository at this point in the history
Updates the requirements on [openai](https://github.com/openai/openai-python) to permit the latest version.
- [Release notes](https://github.com/openai/openai-python/releases)
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
- [Commits](openai/openai-python@v1.44.0...v1.45.0)

---
updated-dependencies:
- dependency-name: openai
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 13, 2024
1 parent a95f3e7 commit 1d3cfa5
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.44,<1.45",
"openai>=1.44,<1.46",
"mock==5.1.*",
"pre-commit<4",
"Pyjwt~=2.9.0",
Expand All @@ -84,7 +84,7 @@ complexity = [
"xenon==0.9.*",
]
openai = [
"openai>=1.44,<1.45",
"openai>=1.44,<1.46",
]
all = [
"codemodder[test]",
Expand Down

0 comments on commit 1d3cfa5

Please sign in to comment.