We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f34247 commit f9939e5Copy full SHA for f9939e5
2 files changed
minds/__about__.py
@@ -1,6 +1,6 @@
1
__title__ = 'minds_sdk'
2
__package_name__ = 'minds'
3
-__version__ = '1.3.1'
+__version__ = "1.3.2"
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,3 @@
-pydantic==2.8.2
+pydantic>=2.10
requests
openai == 1.74.1
0 commit comments