Skip to content

Commit 8f8b0d9

Browse files
Update openai requirement from <3,>=2.11.0 to >=2.33.0,<3
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@v2.11.0...v2.33.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.33.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2ed8ab3 commit 8f8b0d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ pandas
4646
plasmapdf==0.1.3 # https://github.com/Jsv4/plasmapdf
4747
pdf2image>=1.16.0
4848
tiktoken==0.12.0 # https://github.com/openai/tiktoken
49-
openai>=2.11.0,<3 # https://github.com/openai/openai-python (pydantic-ai 1.x requires >=2.11.0)
49+
openai>=2.33.0,<3 # https://github.com/openai/openai-python (pydantic-ai 1.x requires >=2.11.0)
5050
pytesseract
5151
pydantic-ai>=1.87.0,<2
5252
spacy

0 commit comments

Comments
 (0)