We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dcd07f2 + 05a3e3c commit 8ffb085Copy full SHA for 8ffb085
mindsdb_sdk/__about__.py
@@ -1,6 +1,6 @@
1
__title__ = 'mindsdb_sdk'
2
__package_name__ = 'mindsdb_sdk'
3
-__version__ = '3.4.1'
+__version__ = '3.4.2'
4
__description__ = "MindsDB Python SDK, provides an SDK to use a remote mindsdb instance"
5
__email__ = "jorge@mindsdb.com"
6
__author__ = 'MindsDB Inc'
requirements.txt
@@ -3,6 +3,6 @@ pandas >= 1.3.5
mindsdb-sql-parser ~= 0.0.0
docstring-parser >= 0.7.3
tenacity >= 8.0.1
-openai == 1.74.1
+openai >= 1.74.1
7
sseclient-py >= 1.8.0
8
validators == 0.20.0
0 commit comments