Skip to content

Commit 206871f

Browse files
authored
Merge pull request #14 from mindsdb/bump-openai
Update openai dependency
2 parents b849772 + fecf450 commit 206871f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ classifiers = [
1919
]
2020
dependencies = [
2121
"PyMuPDF==1.25.2",
22-
"openai<2.0.0,>=1.58.1",
22+
"openai<3.0.0,>=2.0.0",
2323
]
2424
dynamic = ["version"]
2525

src/aipdf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from .ocr import ocr, ocr_async
22

3-
__version__ = "0.0.6.3"
3+
__version__ = "0.0.7.0"
44

55
__all__ = ["__version__", "ocr", "ocr_async"]

0 commit comments

Comments
 (0)