From 2d4cb880f1c0261fdbc9631c1e4abd2ddcf3c6bc Mon Sep 17 00:00:00 2001 From: "Tyler.S" Date: Wed, 30 Apr 2025 15:42:16 -0700 Subject: [PATCH] Bump OpenAI Deps --- minds/__about__.py | 2 +- requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/minds/__about__.py b/minds/__about__.py index d684901..29e9953 100644 --- a/minds/__about__.py +++ b/minds/__about__.py @@ -1,6 +1,6 @@ __title__ = 'minds_sdk' __package_name__ = 'minds' -__version__ = "1.3.2" +__version__ = "1.3.3" __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' diff --git a/requirements.txt b/requirements.txt index d01d73e..a18fe41 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ pydantic>=2.10 requests -openai == 1.74.1 +openai >= 1.75.0 +