Skip to content

Commit

Permalink
Update openai requirement from <1.55,>=1.54 to >=1.54,<1.56
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.54.0...v1.55.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 21, 2024
1 parent 7ebf129 commit 8a89a01
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 @@ -61,7 +61,7 @@ test = [
"Jinja2~=3.1.2",
"jsonschema~=4.23.0",
"lxml>=5.3.0,<6.0.0",
"openai>=1.54,<1.55",
"openai>=1.54,<1.56",
"mock==5.1.*",
"pre-commit<5",
"Pyjwt~=2.10.0",
Expand All @@ -85,7 +85,7 @@ complexity = [
"xenon==0.9.*",
]
openai = [
"openai>=1.54,<1.55",
"openai>=1.54,<1.56",
]
azure = [
"azure-ai-inference>=1.0.0b1,<2.0",
Expand Down

0 comments on commit 8a89a01

Please sign in to comment.