Skip to content

Commit 7947e11

Browse files
authored
Merge pull request #1405 from Open-Source-Legal/dependabot/pip/openai-gte-2.33.0-and-lt-3
Update openai requirement from <3,>=2.11.0 to >=2.33.0,<3
2 parents a6f9d37 + 8f8b0d9 commit 7947e11

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)