Skip to content

Commit abc81eb

Browse files
authored
Bump OpenAI Deps (#73)
1 parent f9939e5 commit abc81eb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

minds/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__title__ = 'minds_sdk'
22
__package_name__ = 'minds'
3-
__version__ = "1.3.2"
3+
__version__ = "1.3.3"
44
__description__ = 'An AI-Data Mind is an LLM with the built-in power to answer data questions for Agents'
55
__email__ = '[email protected]'
66
__author__ = 'MindsDB Inc'

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
pydantic>=2.10
22
requests
3-
openai == 1.74.1
3+
openai >= 1.75.0
4+

0 commit comments

Comments
 (0)