We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9939e5 commit abc81ebCopy full SHA for abc81eb
minds/__about__.py
@@ -1,6 +1,6 @@
1
__title__ = 'minds_sdk'
2
__package_name__ = 'minds'
3
-__version__ = "1.3.2"
+__version__ = "1.3.3"
4
__description__ = 'An AI-Data Mind is an LLM with the built-in power to answer data questions for Agents'
5
__email__ = 'hello@mindsdb.com'
6
__author__ = 'MindsDB Inc'
requirements.txt
@@ -1,3 +1,4 @@
pydantic>=2.10
requests
-openai == 1.74.1
+openai >= 1.75.0
+
0 commit comments