From f00db7c798f0df1a828e4c76c2d5226dc9e17284 Mon Sep 17 00:00:00 2001 From: "Tyler.S" Date: Wed, 30 Apr 2025 15:33:10 -0700 Subject: [PATCH 1/2] Bump Pydantic Version --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 312bede..d01d73e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -pydantic==2.8.2 +pydantic>=2.10 requests openai == 1.74.1 From d90ce5aa8d12a7956a89455addc0323ffabe3f03 Mon Sep 17 00:00:00 2001 From: "Tyler.S" Date: Wed, 30 Apr 2025 15:33:28 -0700 Subject: [PATCH 2/2] Bump Version for Release --- minds/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minds/__about__.py b/minds/__about__.py index 1aed162..d684901 100644 --- a/minds/__about__.py +++ b/minds/__about__.py @@ -1,6 +1,6 @@ __title__ = 'minds_sdk' __package_name__ = 'minds' -__version__ = '1.3.1' +__version__ = "1.3.2" __description__ = 'An AI-Data Mind is an LLM with the built-in power to answer data questions for Agents' __email__ = 'hello@mindsdb.com' __author__ = 'MindsDB Inc'