Skip to content

Commit 6f4d52a

Browse files
New release (#11462)
1 parent 4153aec commit 6f4d52a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mindsdb/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__title__ = "MindsDB"
22
__package_name__ = "mindsdb"
3-
__version__ = "25.8.1.0"
3+
__version__ = "25.8.2.0"
44
__description__ = "MindsDB's AI SQL Server enables developers to build AI tools that need access to real-time data to perform their tasks"
55
__email__ = "jorge@mindsdb.com"
66
__author__ = "MindsDB Inc"

requirements/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ lxml==5.3.0 # Required for knowledge base webpage embeddings
4545
pgvector==0.3.6 # Required for knowledge bases
4646
prometheus-client==0.20.0
4747
sentry-sdk[flask] == 2.14.0
48-
openai<2.0.0,>=1.58.1
48+
openai<1.100.0,>=1.58.1
4949
pyaml==23.12.0
5050
mcp~=1.10.1
5151
anyio>=4.5 # for MCP server, should match 'mcp' requirements

0 commit comments

Comments
 (0)