Skip to content

Commit f9939e5

Browse files
authored
Pydantic Version Bump (#72)
* Bump Pydantic Version * Bump Version for Release
1 parent 0f34247 commit f9939e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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.1'
3+
__version__ = "1.3.2"
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pydantic==2.8.2
1+
pydantic>=2.10
22
requests
33
openai == 1.74.1

0 commit comments

Comments
 (0)